summaryrefslogtreecommitdiffstats
path: root/src/conf.default
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-08-18 11:41:19 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-08-18 11:41:19 -0400
commit512f2c10af716243046bdd08140856bb8e45222b (patch)
treec49e4ad3d75fa8a5d5a88455a1439883e3cf67dc /src/conf.default
parentf30e6bd49c773de28b5ec143add30fc900e7874d (diff)
downloadpfsense-512f2c10af716243046bdd08140856bb8e45222b.zip
pfsense-512f2c10af716243046bdd08140856bb8e45222b.tar.gz
Added control to set dashboard widget refresh period
Start each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame time Fix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves
Diffstat (limited to 'src/conf.default')
-rw-r--r--src/conf.default/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml
index 98afef1..0937a2b 100644
--- a/src/conf.default/config.xml
+++ b/src/conf.default/config.xml
@@ -263,6 +263,7 @@
</load_balancer>
<widgets>
<sequence>system_information:col1:show,interfaces:col2:show</sequence>
+ <period>10</period>
</widgets>
<openvpn/>
<dnshaper/>
OpenPOWER on IntegriCloud