Parcourir la source

reduced concurrency limits for better user experience

Rodja Trappe il y a 2 ans
Parent
commit
9fd7728a5f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

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