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 ce333ba980
commit 1ea170673c
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,
},