More new defaults. The navbar refreshes every 60 secs so make full page refresh be 240sec. Ajax timeout needs to be 10 seconds. Large event listings can take longer than 3
This commit is contained in:
parent
d3cfd3c224
commit
7748307c5a
|
@ -2855,7 +2855,7 @@ our @options = (
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'ZM_WEB_H_REFRESH_MAIN',
|
name => 'ZM_WEB_H_REFRESH_MAIN',
|
||||||
default => '60',
|
default => '240',
|
||||||
introduction => q`
|
introduction => q`
|
||||||
There are now a number of options that are grouped into
|
There are now a number of options that are grouped into
|
||||||
bandwidth categories, this allows you to configure the
|
bandwidth categories, this allows you to configure the
|
||||||
|
@ -3113,7 +3113,7 @@ our @options = (
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'ZM_WEB_H_AJAX_TIMEOUT',
|
name => 'ZM_WEB_H_AJAX_TIMEOUT',
|
||||||
default => '3000',
|
default => '10000',
|
||||||
description => 'How long to wait for Ajax request responses (ms)',
|
description => 'How long to wait for Ajax request responses (ms)',
|
||||||
help => q`
|
help => q`
|
||||||
The newer versions of the live feed and event views use Ajax to
|
The newer versions of the live feed and event views use Ajax to
|
||||||
|
|
Loading…
Reference in New Issue