mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase update delay.
This commit is contained in:
parent
9fb1eaf5e9
commit
1663ec3487
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user