diff options
author | Alan Pearce | 2024-04-18 09:14:25 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-18 09:14:25 +0200 |
commit | ae3288aa81d015e28fcffbb91d3cdabf96a2eadd (patch) | |
tree | 2eca8222a6fd6a89cae9bb11f5000d7e0559ab87 | |
parent | 22a2e624602212cf68b40d9cab54164c7051210c (diff) | |
download | website-ae3288aa81d015e28fcffbb91d3cdabf96a2eadd.tar.lz website-ae3288aa81d015e28fcffbb91d3cdabf96a2eadd.tar.zst website-ae3288aa81d015e28fcffbb91d3cdabf96a2eadd.zip |
fly: increase maximum concurrency
-rw-r--r-- | fly.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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]] |