Kaynağa Gözat

site.conf: fix bandwith_limit

Karsten Böddeker 7 yıl önce
ebeveyn
işleme
578749abf9
1 değiştirilmiş dosya ile 6 ekleme ve 7 silme
  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