diff options
author | RedMatrix <info@friendica.com> | 2014-09-19 06:25:58 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-09-19 06:25:58 +1000 |
commit | caabc69e08b41defde120e903f05661e4daab8e6 (patch) | |
tree | 67ec5a38ed5e7b30d6d859914c001b564e114671 /boot.php | |
parent | 595be9919b0ce85087937985444477189381976c (diff) | |
parent | 5c8f5e2aa3afdf6608a7e95bea4a7c44e8b6e38b (diff) | |
download | volse-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-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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']; |