changes bandwith_limit default values

updates the bandwith_limit values to something more up-to-date as discussed in https://github.com/FreifunkBremen/gluon-site-ffhb/issues/20#
This commit is contained in:
Simon Joda Stößer 2017-02-20 11:44:30 +01:00
parent 2e79e416eb
commit f5eac413a3
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@
}, },
bandwidth_limit = { bandwidth_limit = {
enabled = false, enabled = false,
egress = 500, egress = 1800,
ingress = 8000, ingress = 14400,
}, },
}, },