all repos — website @ ae3288aa81d015e28fcffbb91d3cdabf96a2eadd

My website

fly: increase maximum concurrency
Alan Pearce alan@alanpearce.eu
Thu, 18 Apr 2024 09:14:25 +0200
commit

ae3288aa81d015e28fcffbb91d3cdabf96a2eadd

parent

22a2e624602212cf68b40d9cab54164c7051210c

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M fly.tomlfly.toml
@@ -24,6 +24,10 @@ auto_stop_machines = false   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]]