From f5eac413a3582cd835d5fe2dd1423e558d16cf79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Joda=20St=C3=B6=C3=9Fer?= Date: Mon, 20 Feb 2017 11:44:30 +0100 Subject: [PATCH] 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# --- site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.conf b/site.conf index 710642f..ff464b1 100644 --- a/site.conf +++ b/site.conf @@ -93,8 +93,8 @@ }, bandwidth_limit = { enabled = false, - egress = 500, - ingress = 8000, + egress = 1800, + ingress = 14400, }, },