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"