Browse Source

memcached, that is

pull/40/head
Savetheinternet 13 years ago
parent
commit
fcab256146
  1. 2
      inc/functions.php

2
inc/functions.php

@ -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…
Cancel
Save