From fc93ee89a9d30d15a9dde4638f018303739f8d9d Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 18 Sep 2014 18:09:54 +0100 Subject: If a short ping causes lots of issues, and anyone who has been here a while tends to have a longer ping, we should probably have a longer ping --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 5118038d3..d412e82e4 100755 --- a/boot.php +++ b/boot.php @@ -982,9 +982,9 @@ class App { if ($user_scalable === false) $user_scalable = 1; - $interval = ((local_user()) ? get_pconfig(local_user(),'system','update_interval') : 40000); + $interval = ((local_user()) ? get_pconfig(local_user(),'system','update_interval') : 80000); if($interval < 10000) - $interval = 40000; + $interval = 80000; if(! x($this->page,'title')) $this->page['title'] = $this->config['system']['sitename']; -- cgit v1.2.3