forked from leftypol/leftypol
cache entire thread HTML
This commit is contained in:
parent
ae06722d3f
commit
a9b5230003
2 changed files with 16 additions and 4 deletions
|
@ -53,6 +53,9 @@
|
|||
$config['memcached']['servers'] = Array(
|
||||
Array('localhost', 11211)
|
||||
);
|
||||
// Experimental: cache entire thread HTML (for mods, since we already cache it with static HTML anyway)
|
||||
// Increases load times for mods but might take up a bit of memory
|
||||
$config['memcached']['cache_threads'] = false;
|
||||
|
||||
// The name of the session cookie (PHP's $_SESSION)
|
||||
$config['cookies']['session']= 'imgboard';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue