瀏覽代碼

lower concurrency limits to increase website speed

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

+ 2 - 2
fly.toml

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