Răsfoiți Sursa

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

Rodja Trappe 4 luni în urmă
părinte
comite
3879edd333
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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]]