From ff0e10d856d1381ed90dbe4fb700075449b71433 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Mar 2005 03:19:53 +0000 Subject: Lower redirect cycles to 100 --- usr/local/www/firewall_shaper_queues.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index d03da56..951488f 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -236,7 +236,7 @@ While(!Connection_Aborted()) { * firefox and ie can be a bear on ram usage! */ $counter++; - if($counter > 10000) { + if($counter > 100) { echo "Redirecting to Firewall Shaper Queues.

"; echo ""; exit; -- cgit v1.1