aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-18 16:33:31 -0700
committerfriendica <info@friendica.com>2014-09-18 16:33:31 -0700
commitc824e426e2816fd79f0acfec0bb9f23630bff26d (patch)
treed6d4660d8ce5d0935e74dc0886efd4907c09f230 /boot.php
parentd4759a5883e6776a2022b204b1af84e454de7f67 (diff)
parentcaabc69e08b41defde120e903f05661e4daab8e6 (diff)
downloadvolse-hubzilla-c824e426e2816fd79f0acfec0bb9f23630bff26d.tar.gz
volse-hubzilla-c824e426e2816fd79f0acfec0bb9f23630bff26d.tar.bz2
volse-hubzilla-c824e426e2816fd79f0acfec0bb9f23630bff26d.zip
Merge https://github.com/friendica/red into pending_merge
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'];