Remove bandwidth checking from vnstat config.

This commit is contained in:
Darren 'Tadgy' Austin 2021-03-12 20:52:56 +00:00
commit 0db4061039

View file

@ -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):