memcached, that is
This commit is contained in:
parent
a9b5230003
commit
fcab256146
@ -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…
Reference in New Issue
Block a user