summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-11 18:02:08 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-11 18:02:08 -0400
commite0a16925b395a25882c674b3955074d8f6644092 (patch)
treeecc4da60d540282fa45e1412d13cfcc76931abff /usr
parent3dfa6a5214276556ce089a17e597ac4a345fe319 (diff)
downloadpfsense-e0a16925b395a25882c674b3955074d8f6644092.zip
pfsense-e0a16925b395a25882c674b3955074d8f6644092.tar.gz
Change to 11 second refresh, a lot of underlying information refreshes
every 10 seconds.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/javascript/index/sajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/javascript/index/sajax.js b/usr/local/www/javascript/index/sajax.js
index c8f31f5..20da997 100644
--- a/usr/local/www/javascript/index/sajax.js
+++ b/usr/local/www/javascript/index/sajax.js
@@ -1,6 +1,6 @@
// Seconds * 1000 = value
-var update_interval = 10000;
+var update_interval = 11000;
function updateMeters()
OpenPOWER on IntegriCloud