Pārlūkot izejas kodu

reduced concurrency limits for more performance

Rodja Trappe 2 gadi atpakaļ
vecāks
revīzija
b5760d9306
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 = 30
-    soft_limit = 20
+    hard_limit = 20
+    soft_limit = 10
     type = "connections"
     type = "connections"
 
 
   [[services.ports]]
   [[services.ports]]