summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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