Remove bandwidth checking from vnstat config.
This commit is contained in:
parent
3c542efa5a
commit
0db4061039
1 changed files with 2 additions and 2 deletions
|
@ -76,11 +76,11 @@ DaemonGroup ""
|
|||
|
||||
# try to detect interface maximum bandwidth, 0 = disable feature
|
||||
# MaxBandwidth will be used as fallback value when enabled
|
||||
BandwidthDetection 1
|
||||
BandwidthDetection 0
|
||||
|
||||
# maximum bandwidth (Mbit) for all interfaces, 0 = disable feature
|
||||
# (unless interface specific limit is given)
|
||||
MaxBandwidth 1000
|
||||
MaxBandwidth 0
|
||||
|
||||
# interface specific limits
|
||||
# example 8Mbit limit for eth0 (remove # to activate):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue