diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-14 18:56:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-14 18:56:25 +0000 |
commit | 35786126ee16e8dce39096bdea833b9165aa1669 (patch) | |
tree | 153f66e85387203089152b6e013596133c60b936 | |
parent | a2afc3b7a178ba6bc1f1c2130caea9d970e839f3 (diff) | |
download | pfsense-35786126ee16e8dce39096bdea833b9165aa1669.zip pfsense-35786126ee16e8dce39096bdea833b9165aa1669.tar.gz |
Update refresh interval to 12500 to avoid hammering the firewall with ajax requests
-rwxr-xr-x | usr/local/www/diag_logs_filter_dynamic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_filter_dynamic.php b/usr/local/www/diag_logs_filter_dynamic.php index 279a3fa..afc02d9 100755 --- a/usr/local/www/diag_logs_filter_dynamic.php +++ b/usr/local/www/diag_logs_filter_dynamic.php @@ -169,7 +169,7 @@ include("head.inc"); lastsawtime = '<?php echo time(); ?>;'; var lines = Array(); var timer; - var updateDelay = 7000; + var updateDelay = 12500; var isBusy = false; var isPaused = false; <?php |