From 317eb87c6599f49f4f72e027d2a1ce3f65d0c6c5 Mon Sep 17 00:00:00 2001 From: Urban Hafner Date: Sun, 12 Jan 2025 16:29:53 +0100 Subject: [PATCH] Lower the limit again to observe --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index a3b0350c1..b645732e8 100644 --- a/fly.toml +++ b/fly.toml @@ -43,8 +43,8 @@ auto_start_machines = true min_machines_running = 5 [http_service.concurrency] type = "requests" -soft_limit = 5 -hard_limit = 20 +soft_limit = 3 +hard_limit = 10 [[http_service.checks]] grace_period = "10s" interval = "30s"