Ver código fonte

reduced concurrency limits for better user experience

Rodja Trappe 2 anos atrás
pai
commit
9fd7728a5f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

@@ -25,8 +25,8 @@ strategy = "canary"
   protocol = "tcp"
   script_checks = []
   [services.concurrency]
-    hard_limit = 50
-    soft_limit = 30
+    hard_limit = 30
+    soft_limit = 20
     type = "connections"
 
   [[services.ports]]