From fb4d93acb32e36ca96e86608ab6d482e11e49ffc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 18 Sep 2005 03:31:39 +0000 Subject: increase to 4000 --- usr/local/www/javascript/index/sajax.js | 4 ++-- 1 file 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); -- cgit v1.1