浏览代码

even more defensive scaling

Rodja Trappe 1 年之前
父节点
当前提交
924b7870e9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

@@ -38,8 +38,8 @@ kill_timeout = "5s"
     handlers = ["tls", "http"]
     handlers = ["tls", "http"]
   [services.concurrency]
   [services.concurrency]
     type = "connections"
     type = "connections"
-    hard_limit = 50
-    soft_limit = 20
+    hard_limit = 35
+    soft_limit = 10
 
 
   [[services.tcp_checks]]
   [[services.tcp_checks]]
     interval = "10s"
     interval = "10s"