From d3f34faece8d9bab24b0d6a48b1a3c47ee9190d5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 18 Sep 2005 03:23:37 +0000 Subject: increase to 3.5 seconds --- usr/local/www/javascript/index/sajax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/javascript') diff --git a/usr/local/www/javascript/index/sajax.js b/usr/local/www/javascript/index/sajax.js index c17a248..614273c 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()', 2000); + window.setTimeout('updateMeters()', 3500); } function updateMemory(x) @@ -45,4 +45,4 @@ function updateState(x) document.getElementById("pfstate").value = x; } -window.setTimeout('updateMeters()', 2000); +window.setTimeout('updateMeters()', 3500); -- cgit v1.1