Quellcode durchsuchen

updated hard limit

Rodja Trappe vor 2 Jahren
Ursprung
Commit
86fe1d2b0f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      fly.toml

+ 1 - 1
fly.toml

@@ -25,7 +25,7 @@ strategy = "rolling"
   protocol = "tcp"
   script_checks = []
   [services.concurrency]
-    hard_limit = 20
+    hard_limit = 30
     soft_limit = 12
     type = "connections"