Explorar o código

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

Rodja Trappe hai 4 meses
pai
achega
3879edd333
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]]