diff --git a/fly.toml b/fly.toml index 3131f19..1f9f897 100644 --- a/fly.toml +++ b/fly.toml @@ -26,8 +26,8 @@ kill_timeout = "5s" handlers = ["tls", "http"] [services.concurrency] type = "connections" - hard_limit = 25 - soft_limit = 20 + hard_limit = 100 + soft_limit = 50 [[services.tcp_checks]] interval = "15s"