Increase navbar refresh times. 5 seconds is way too fast

This commit is contained in:
Isaac Connor 2019-02-08 10:22:42 -05:00
parent ee3a0c1fd1
commit e2fc0ea25d
1 changed files with 3 additions and 3 deletions

View File

@ -3035,7 +3035,7 @@ our @options = (
},
{
name => 'ZM_WEB_H_REFRESH_NAVBAR',
default => '5',
default => '60',
description => 'How often (in seconds) the navigation header should refresh itself',
help => q`
The navigation header contains the general status information about server load and storage space.
@ -3308,7 +3308,7 @@ our @options = (
},
{
name => 'ZM_WEB_M_REFRESH_NAVBAR',
default => '15',
default => '120',
description => 'How often (in seconds) the navigation header should refresh itself',
help => q`
The navigation header contains the general status information about server load and storage space.
@ -3581,7 +3581,7 @@ our @options = (
},
{
name => 'ZM_WEB_L_REFRESH_NAVBAR',
default => '35',
default => '180',
description => 'How often (in seconds) the navigation header should refresh itself',
help => q`
The navigation header contains the general status information about server load and storage space.