From 4aaa22f434298fca60aa6d65b28b253e7c47c009 Mon Sep 17 00:00:00 2001 From: flaque Date: Thu, 29 Aug 2024 17:08:13 -0700 Subject: [PATCH] fix --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 0131198..cd6821b 100644 --- a/fly.toml +++ b/fly.toml @@ -13,7 +13,7 @@ primary_region = 'sjc' force_https = true auto_stop_machines = 'stop' auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ['app'] [[vm]]