aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-09-18 18:09:54 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-09-18 18:09:54 +0100
commitfc93ee89a9d30d15a9dde4638f018303739f8d9d (patch)
tree196811de70c535b0294f2717bce54f416f132a27 /boot.php
parentbdfe2c77868afd59716103091b0dfa05060252d5 (diff)
downloadvolse-hubzilla-fc93ee89a9d30d15a9dde4638f018303739f8d9d.tar.gz
volse-hubzilla-fc93ee89a9d30d15a9dde4638f018303739f8d9d.tar.bz2
volse-hubzilla-fc93ee89a9d30d15a9dde4638f018303739f8d9d.zip
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
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 2 insertions, 2 deletions
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'];