forked from leftypol/leftypol
memcached, that is
This commit is contained in:
parent
a9b5230003
commit
fcab256146
1 changed files with 1 additions and 1 deletions
|
@ -1258,7 +1258,7 @@
|
||||||
));
|
));
|
||||||
|
|
||||||
if($config['memcached']['cache_threads'] && $config['memcached']['enabled']) {
|
if($config['memcached']['cache_threads'] && $config['memcached']['enabled']) {
|
||||||
$memcached->set('thread_' . $board['uri'] . '_' . $id, $body, time() + 60);
|
$memcached->set('thread_' . $board['uri'] . '_' . $id, $body, time() + 86400);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($return)
|
if($return)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue