Explorar el Código

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

Rodja Trappe hace 3 meses
padre
commit
3879edd333
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fly.toml

+ 1 - 1
fly.toml

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