소스 검색

lower concurrency limits to increase website speed

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

+ 2 - 2
fly.toml

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