소스 검색

updated hard limit

Rodja Trappe 2 년 전
부모
커밋
86fe1d2b0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fly.toml

+ 1 - 1
fly.toml

@@ -25,7 +25,7 @@ strategy = "rolling"
   protocol = "tcp"
   script_checks = []
   [services.concurrency]
-    hard_limit = 20
+    hard_limit = 30
     soft_limit = 12
     type = "connections"