Increase update delay.

This commit is contained in:
Scott Ullrich 2007-05-29 22:40:14 +00:00
parent 9fb1eaf5e9
commit 1663ec3487

View File

@ -169,7 +169,7 @@ include("head.inc");
lastsawtime = '<?php echo time(); ?>;';
var lines = Array();
var timer;
var updateDelay = 12500;
var updateDelay = 25500;
var isBusy = false;
var isPaused = false;
<?php