Remove confusing defaultClassCapacity

This commit is contained in:
Robert Chacón 2022-09-16 08:56:34 -06:00 committed by GitHub
parent b5d52dd31b
commit 2161e3e4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,6 @@ upstreamBandwidthCapacityUploadMbps = 1000
generatedPNDownloadMbps = 1000
generatedPNUploadMbps = 1000
# Traffic from devices not specified in Shaper.csv will be rate limited by an HTB of this many Mbps
defaultClassCapacityDownloadMbps = 500
defaultClassCapacityUploadMbps = 500
# Interface connected to core router
interfaceA = 'eth1'