From 8f81e67f6f6e9a49ded713f33a195746e1c3e117 Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Fri, 27 Dec 2024 17:35:34 +0100 Subject: [PATCH] Lower soft limit --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 24c66bde8..63558b63a 100644 --- a/fly.toml +++ b/fly.toml @@ -43,7 +43,7 @@ auto_start_machines = true min_machines_running = 2 [http_service.concurrency] type = "requests" -soft_limit = 4 +soft_limit = 2 hard_limit = 200 [[http_service.checks]] grace_period = "10s"