瀏覽代碼

traffic limits

Rodja Trappe 1 年之前
父節點
當前提交
9dd03ee9d0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

@@ -38,8 +38,8 @@ kill_timeout = "5s"
     handlers = ["tls", "http"]
   [services.concurrency]
     type = "connections"
-    hard_limit = 200
-    soft_limit = 100
+    hard_limit = 80
+    soft_limit = 40
 
   [[services.tcp_checks]]
     interval = "10s"