diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 84a630103b..e50c03bbf5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5126,7 +5126,7 @@ function page_footer($run_cron = true, $display_template = true, $exit_handler = } else { - $cache->put('cron.lock_check', true, 60 * 10); + $cache->put('cron.lock_check', true, 300); } }