1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12585] Use a 5 minutes interval instead of 10 minutes

PHPBB3-12585
This commit is contained in:
Tristan Darricau
2014-05-23 23:02:31 +02:00
parent c83b568848
commit 0ae4b82c30

View File

@@ -5126,7 +5126,7 @@ function page_footer($run_cron = true, $display_template = true, $exit_handler =
} }
else else
{ {
$cache->put('cron.lock_check', true, 60 * 10); $cache->put('cron.lock_check', true, 300);
} }
} }