forked from leftypol/leftypol
optional cache prefix for multiple tinyboard instances on one machine
This commit is contained in:
parent
a431994016
commit
e3f322e213
2 changed files with 9 additions and 0 deletions
|
@ -120,6 +120,9 @@
|
|||
// Timeout for cached objects such as posts and HTML
|
||||
$config['cache']['timeout'] = 43200; // 12 hours
|
||||
|
||||
// Optional prefix if you're running multiple Tinyboard instances on the same machine
|
||||
$config['cache']['prefix'] = '';
|
||||
|
||||
// Memcached servers to use - http://www.php.net/manual/en/memcached.addservers.php
|
||||
$config['cache']['memcached'] = Array(
|
||||
Array('localhost', 11211)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue