summaryrefslogtreecommitdiffstats
path: root/usr/local/www/widgets/widgets/traffic_graphs.widget.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-09 14:04:32 -0400
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-03-09 14:04:32 -0400
commit7683029a71c081eca1bcf212331860d84af76a2f (patch)
treee3acc50be0de653bb17fa0c4599ffcd657a9d368 /usr/local/www/widgets/widgets/traffic_graphs.widget.php
parent48d872de9ef549207fca7a2df28315ee9c09559a (diff)
downloadpfsense-7683029a71c081eca1bcf212331860d84af76a2f.zip
pfsense-7683029a71c081eca1bcf212331860d84af76a2f.tar.gz
Set default refresh time to 10 seconds
Diffstat (limited to 'usr/local/www/widgets/widgets/traffic_graphs.widget.php')
-rw-r--r--usr/local/www/widgets/widgets/traffic_graphs.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/traffic_graphs.widget.php b/usr/local/www/widgets/widgets/traffic_graphs.widget.php
index 1516cc8..34ee9e4 100644
--- a/usr/local/www/widgets/widgets/traffic_graphs.widget.php
+++ b/usr/local/www/widgets/widgets/traffic_graphs.widget.php
@@ -50,7 +50,7 @@ require_once("functions.inc");
$refreshInterval = substr($refreshintervalstring, $eqposition+1);
}
else {
- $refreshInterval = "3";
+ $refreshInterval = "10";
}
?>
OpenPOWER on IntegriCloud