From 0ef460675c67a776f0fbd2241a1650a32ac970d9 Mon Sep 17 00:00:00 2001 From: Chris McCord Date: Thu, 18 Nov 2021 10:40:05 -0500 Subject: [PATCH] Increase connections --- fly.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fly.toml b/fly.toml index e9addac..e24047e 100644 --- a/fly.toml +++ b/fly.toml @@ -27,9 +27,9 @@ processes = [] script_checks = [] [services.concurrency] - hard_limit = 25 - soft_limit = 20 - type = "requests" + hard_limit = 2500 + soft_limit = 2000 + type = "connections" [[services.ports]] handlers = ["http"]