From d1b6f6dcde63efa77793ea254bdc0c27e1d0b06c Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sat, 4 May 2024 13:49:09 -0700 Subject: [PATCH] Update fly.toml --- apps/api/fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/fly.toml b/apps/api/fly.toml index 4d285eb..1272f4b 100644 --- a/apps/api/fly.toml +++ b/apps/api/fly.toml @@ -17,9 +17,9 @@ kill_timeout = '5s' [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true - min_machines_running = 0 + min_machines_running = 2 processes = ['app'] [[services]]