From dcf3d48859777cf6702b2257ef2f9a8a04a86222 Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Tue, 7 Jan 2025 10:12:06 +0100 Subject: [PATCH] Go back to a higher soft limit --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 4e5461241..f22ea81fc 100644 --- a/fly.toml +++ b/fly.toml @@ -43,7 +43,7 @@ auto_start_machines = true min_machines_running = 3 [http_service.concurrency] type = "requests" -soft_limit = 1 +soft_limit = 2 hard_limit = 20 [[http_service.checks]] grace_period = "10s"