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"