From f8a4c0497d145a597f6f7ec6f9bebc105fcd04f8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 8 Jul 2023 20:18:00 +0200 Subject: Increase fly connection limits --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 7299682..4b06784 100644 --- a/fly.toml +++ b/fly.toml @@ -16,8 +16,8 @@ primary_region = "ams" protocol = "tcp" [services.concurrency] type = "connections" - hard_limit = 25 - soft_limit = 20 + hard_limit = 200 + soft_limit = 100 [[services.ports]] handlers = ["http"] port = 80 -- cgit 1.4.1