Explorar o código

lower concurrency limits to increase website speed

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
af1255a90e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      fly.toml

+ 2 - 2
fly.toml

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