Selaa lähdekoodia

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

Rodja Trappe 3 kuukautta sitten
vanhempi
säilyke
3879edd333
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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]]