Increase update delay.

This commit is contained in:
Scott Ullrich 2007-05-29 22:40:31 +00:00
parent 3268867a3c
commit 4126f8a509

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