Revert accidental change of VPN bandwidth limit defaults

This commit is contained in:
Matthias Schiffer 2015-10-15 22:49:16 +02:00
parent a25600e39e
commit 75f263ec3c

View file

@ -85,7 +85,7 @@
}, },
bandwidth_limit = { bandwidth_limit = {
enabled = false, enabled = false,
ingress = 5000, ingress = 3000,
egress = 200, egress = 200,
}, },
}, },