diff options
-rw-r--r-- | fly.toml | 4 |
1 files 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 |