Explorar o código

site.conf: fix bandwith_limit

Karsten Böddeker %!s(int64=7) %!d(string=hai) anos
pai
achega
578749abf9
Modificáronse 1 ficheiros con 6 adicións e 7 borrados
  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