From 11b6d5afa5285476d934900ee6e4db8b8f48710c Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 12 Jun 2024 18:00:22 -0700 Subject: [PATCH] Update fly.toml --- apps/api/fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/fly.toml b/apps/api/fly.toml index 6bc8266..468695d 100644 --- a/apps/api/fly.toml +++ b/apps/api/fly.toml @@ -54,7 +54,7 @@ kill_timeout = '5s' soft_limit = 12 [[vm]] - size = 'performance-8x' + size = 'performance-4x' processes = ['app']