Sfoglia il codice sorgente

updated hard limit

Rodja Trappe 2 anni fa
parent
commit
86fe1d2b0f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"