From 935c95e813c088141c9b99c97b51295b29e8f262 Mon Sep 17 00:00:00 2001 From: Prashant Mittal Date: Fri, 22 Sep 2023 14:36:32 +0530 Subject: [PATCH] [deployment] preventing dcn to stop when idel --- protocol/fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/fly.toml b/protocol/fly.toml index 54884d16..1cd95215 100644 --- a/protocol/fly.toml +++ b/protocol/fly.toml @@ -11,7 +11,7 @@ primary_region = "sin" [http_service] internal_port = 3000 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true min_machines_running = 0 processes = ["app"]