Quellcode durchsuchen

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

Rodja Trappe vor 4 Monaten
Ursprung
Commit
3879edd333
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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]]