aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-09-19 06:25:58 +1000
committerRedMatrix <info@friendica.com>2014-09-19 06:25:58 +1000
commitcaabc69e08b41defde120e903f05661e4daab8e6 (patch)
tree67ec5a38ed5e7b30d6d859914c001b564e114671 /boot.php
parent595be9919b0ce85087937985444477189381976c (diff)
parent5c8f5e2aa3afdf6608a7e95bea4a7c44e8b6e38b (diff)
downloadvolse-hubzilla-caabc69e08b41defde120e903f05661e4daab8e6.tar.gz
volse-hubzilla-caabc69e08b41defde120e903f05661e4daab8e6.tar.bz2
volse-hubzilla-caabc69e08b41defde120e903f05661e4daab8e6.zip
Merge pull request #596 from beardy-unixer/master
Allow syschan use and extend 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'];