memcached, that is

This commit is contained in:
Savetheinternet 2011-05-19 21:44:02 +10:00
parent 6db20471cd
commit 9267b9a004

View File

@ -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)