summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-20 17:14:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-20 17:14:57 +0000
commita7baf34d415857f2416fd254f207d6349cc28d1b (patch)
treecc89d6e2377aa543ef6fed7c3f65a0a0a7ce263c /usr/local/www/status_queues.php
parentc1d82d8d11d81be9db095534ee7ebe1d8a4218e9 (diff)
downloadpfsense-a7baf34d415857f2416fd254f207d6349cc28d1b.zip
pfsense-a7baf34d415857f2416fd254f207d6349cc28d1b.tar.gz
Redirect after 40, not 20
Diffstat (limited to 'usr/local/www/status_queues.php')
-rwxr-xr-xusr/local/www/status_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php
index 66f507c..17956e0 100755
--- a/usr/local/www/status_queues.php
+++ b/usr/local/www/status_queues.php
@@ -162,7 +162,7 @@ While(!Connection_Aborted()) {
* firefox and ie can be a bear on ram usage!
*/
$counter++;
- if($counter > 20) {
+ if($counter > 40) {
echo "Redirecting to <a href=\"status_queues.php\">Queue Status</a>.<p>";
echo "<meta http-equiv=\"refresh\" content=\"1;url=status_queues.php\">";
mwexec("/usr/bin/killall -9 pfctl");
OpenPOWER on IntegriCloud