소스 검색

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"