summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-24 22:02:15 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-24 22:02:15 +0000
commitced218cd8e5d48cd07453ccc4c0f89e8ecebc4b3 (patch)
treec2463653de28dc7b82e298679ef7d427a729f922 /usr/local/www/status_queues.php
parent931139099396ae8f22471a853de5e92cbcf7dfe1 (diff)
downloadpfsense-ced218cd8e5d48cd07453ccc4c0f89e8ecebc4b3.zip
pfsense-ced218cd8e5d48cd07453ccc4c0f89e8ecebc4b3.tar.gz
Redirect back to self every 100 ticks instead of 40.
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 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