Browse Source

site.conf: fix bandwith_limit

Karsten Böddeker 7 years ago
parent
commit
578749abf9
1 changed files with 6 additions and 7 deletions
  1. 6 7
      site.conf

+ 6 - 7
site.conf

@@ -150,14 +150,13 @@
 				},
 			},
 		},
+	},
 
-		-- default traffic shaping (bandwidth limit) settings
-		bandwidth_limit = {
-			enabled = false,
-			egress = 200,
-			ingress = 3000,
-		},
-
+	-- default traffic shaping (bandwidth limit) settings
+	bandwidth_limit = {
+		enabled = false,
+		egress = 500,
+		ingress = 4000,
 	},
 
 	-- configure the autoupdater