浏览代码

reduces hard limit to get a more even distribution between the instances

Rodja Trappe 3 月之前
父节点
当前提交
3879edd333
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fly.toml

+ 1 - 1
fly.toml

@@ -37,7 +37,7 @@ swap_size_mb = 2048
     handlers = ["tls", "http"]
   [services.concurrency]
     type = "requests"
-    hard_limit = 120
+    hard_limit = 80
     soft_limit = 50
 
   [[services.tcp_checks]]