diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 03:31:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 03:31:39 +0000 |
commit | fb4d93acb32e36ca96e86608ab6d482e11e49ffc (patch) | |
tree | 1b081676c8745233f64bdb1e2db85c3c8b60c085 /usr/local | |
parent | d3f34faece8d9bab24b0d6a48b1a3c47ee9190d5 (diff) | |
download | pfsense-fb4d93acb32e36ca96e86608ab6d482e11e49ffc.zip pfsense-fb4d93acb32e36ca96e86608ab6d482e11e49ffc.tar.gz |
increase to 4000
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/javascript/index/sajax.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/javascript/index/sajax.js b/usr/local/www/javascript/index/sajax.js index 614273c..b12c2ab 100644 --- a/usr/local/www/javascript/index/sajax.js +++ b/usr/local/www/javascript/index/sajax.js @@ -7,7 +7,7 @@ function updateMeters() x_get_pfstate(updateState); x_get_temp(updateTemp); - window.setTimeout('updateMeters()', 3500); + window.setTimeout('updateMeters()', 4000); } function updateMemory(x) @@ -45,4 +45,4 @@ function updateState(x) document.getElementById("pfstate").value = x; } -window.setTimeout('updateMeters()', 3500); +window.setTimeout('updateMeters()', 4000); |