mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12585] Use a 5 minutes interval instead of 10 minutes
PHPBB3-12585
This commit is contained in:
parent
c83b568848
commit
0ae4b82c30
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue