From e1f66f98955582295c09367ac70fa5f2ed488571 Mon Sep 17 00:00:00 2001 From: Sphericalkat Date: Fri, 2 Feb 2024 15:54:31 +0530 Subject: [PATCH] fix(config): increase concurrency limit Signed-off-by: Sphericalkat --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 60ce644..d0ad8c9 100644 --- a/fly.toml +++ b/fly.toml @@ -25,8 +25,8 @@ processes = [] script_checks = [] [services.concurrency] - hard_limit = 25 - soft_limit = 20 + hard_limit = 10000 + soft_limit = 6000 type = "connections" [[services.ports]]