From d91b725c6f7c2625e3e337074faff226e24971fe Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 4 Jun 2024 00:41:15 -0700 Subject: [PATCH] Update fly.toml --- apps/api/fly.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/api/fly.toml b/apps/api/fly.toml index b198d6a..6bc8266 100644 --- a/apps/api/fly.toml +++ b/apps/api/fly.toml @@ -24,14 +24,14 @@ kill_timeout = '5s' [http_service.concurrency] type = "requests" - hard_limit = 200 - soft_limit = 100 + hard_limit = 100 + soft_limit = 50 [[http_service.checks]] - grace_period = "10s" + grace_period = "20s" interval = "30s" method = "GET" - timeout = "5s" + timeout = "15s" path = "/" [[services]] @@ -50,8 +50,8 @@ kill_timeout = '5s' [services.concurrency] type = 'connections' - hard_limit = 75 - soft_limit = 30 + hard_limit = 30 + soft_limit = 12 [[vm]] size = 'performance-8x'