From 4bcb37cf33660a36e8e1f53552896cdf9d3ed015 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Mon, 2 May 2022 00:19:54 +0100 Subject: [PATCH] Fly.io increase concurrency limits --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 1787d3d..dc231de 100644 --- a/fly.toml +++ b/fly.toml @@ -23,8 +23,8 @@ RUST_LOG = "debug" script_checks = [] [services.concurrency] - hard_limit = 25 - soft_limit = 20 + hard_limit = 5000 + soft_limit = 1000 type = "connections" [[services.ports]]