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:44:25 -0400
commitc1f9ca7a73c562145f777b850bf3f4000f938c14 (patch)
tree113d57343b82f41c05166508bd1b416b68d5fe0b /src/conf.default
parent3d0a77036ce363e369aa360bb55c47cad2ccb2a5 (diff)
downloadpfsense-c1f9ca7a73c562145f777b850bf3f4000f938c14.zip
pfsense-c1f9ca7a73c562145f777b850bf3f4000f938c14.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 (cherry picked from commit 512f2c10af716243046bdd08140856bb8e45222b)
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