summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-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 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 <a href=\"status_queues.php\">Queue Status</a>.<p>";
echo "<meta http-equiv=\"refresh\" content=\"1;url={$_SERVER['SCRIPT_NAME']}\">";
mwexec("/usr/bin/killall pfctl");
OpenPOWER on IntegriCloud