aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-23 23:02:31 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-23 23:02:31 +0200
commit0ae4b82c302f4c78740533eb47c869db89a659ee (patch)
tree98c7dd9406094c85d0bc425691bbc3f96346bce5 /phpBB
parentc83b5688485e4aa460e8d4c234b548a259c8866c (diff)
downloadforums-0ae4b82c302f4c78740533eb47c869db89a659ee.tar
forums-0ae4b82c302f4c78740533eb47c869db89a659ee.tar.gz
forums-0ae4b82c302f4c78740533eb47c869db89a659ee.tar.bz2
forums-0ae4b82c302f4c78740533eb47c869db89a659ee.tar.xz
forums-0ae4b82c302f4c78740533eb47c869db89a659ee.zip
[ticket/12585] Use a 5 minutes interval instead of 10 minutes
PHPBB3-12585
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}