From 5e2689e048d2405ee463fa579380c3b25207ebe3 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 9 Jan 2024 13:21:55 +0000 Subject: [PATCH] fix: avoid flyio limits --- fly.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fly.toml b/fly.toml index bf48def..1d1759a 100644 --- a/fly.toml +++ b/fly.toml @@ -14,10 +14,10 @@ processes = [] protocol = "tcp" script_checks = [] - [services.concurrency] - hard_limit = 4 - soft_limit = 1 - type = "requests" + # [services.concurrency] + # hard_limit = 8 + # soft_limit = 4 + # type = "requests" [[services.ports]] force_https = false