From ced218cd8e5d48cd07453ccc4c0f89e8ecebc4b3 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 24 Apr 2006 22:02:15 +0000 Subject: Redirect back to self every 100 ticks instead of 40. --- usr/local/www/status_queues.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php index 41f49e0..969808b 100755 --- a/usr/local/www/status_queues.php +++ b/usr/local/www/status_queues.php @@ -172,7 +172,7 @@ While(!Connection_Aborted()) { * firefox and ie can be a bear on ram usage! */ $counter++; - if($counter > 40) { + if($counter > 100) { echo "Redirecting to Queue Status.

"; echo ""; mwexec("/usr/bin/killall pfctl"); -- cgit v1.1