From ae3288aa81d015e28fcffbb91d3cdabf96a2eadd Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 18 Apr 2024 09:14:25 +0200 Subject: fly: increase maximum concurrency --- fly.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fly.toml b/fly.toml index 2633733..cd2269d 100644 --- a/fly.toml +++ b/fly.toml @@ -24,6 +24,10 @@ primary_region = "ams" auto_start_machines = true min_machines_running = 3 processes = ["app"] + [http_service.concurrency] + type = "requests" + hard_limit = 20000 + soft_limit = 15000 [http_service.http_options.response.headers] Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload" [[http_service.checks]] -- cgit 1.4.1