site.conf: default VPN bandwidth limit raised

This commit is contained in:
bdobe 2016-09-26 22:36:16 +02:00
parent 7c9ce52ad0
commit 363d59571b

View file

@ -109,8 +109,8 @@
}, },
bandwidth_limit = { bandwidth_limit = {
enabled = false, enabled = false,
ingress = 8000, ingress = 8096,
egress = 500, egress = 1024,
}, },
}, },