disables bandwidth_limit by default

as decided in https://wiki.bremen.freifunk.net/Treffen/2017_02_17#protokoll_firmware
This commit is contained in:
Simon Joda Stößer 2017-02-19 02:38:03 +01:00
parent 0f5fc0e901
commit 2e79e416eb
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
},
},
bandwidth_limit = {
enabled = true,
enabled = false,
egress = 500,
ingress = 8000,
},