mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12585] Use a 5 minutes interval instead of 10 minutes
PHPBB3-12585
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user