diff options
author | Phil Davis <phil.davis@world.inf.org> | 2012-07-24 11:04:29 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@world.inf.org> | 2012-07-24 11:04:29 +0545 |
commit | 1156fc0a39a8cecc1867f9c88f836697860de030 (patch) | |
tree | dfc937d845f51cb51bdc7d10f418535eb22f9390 /config/bandwidthd/bandwidthd.inc | |
parent | 65a02542e45c80b37897b37bd3cc704ee76c5782 (diff) | |
download | pfsense-packages-1156fc0a39a8cecc1867f9c88f836697860de030.tar.gz pfsense-packages-1156fc0a39a8cecc1867f9c88f836697860de030.tar.bz2 pfsense-packages-1156fc0a39a8cecc1867f9c88f836697860de030.zip |
Bandwidthd skip_intervals typo prevented this param from being effective.
Diffstat (limited to 'config/bandwidthd/bandwidthd.inc')
-rw-r--r-- | config/bandwidthd/bandwidthd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bandwidthd/bandwidthd.inc b/config/bandwidthd/bandwidthd.inc index bf0f5794..79187e40 100644 --- a/config/bandwidthd/bandwidthd.inc +++ b/config/bandwidthd/bandwidthd.inc @@ -164,7 +164,7 @@ $dev # An interval is 2.5 minutes, this is how many # intervals to skip before doing a graphing run -$skip_inervals +$skip_intervals # Graph cutoff is how many k must be transfered by an # ip before we bother to graph it |