From d51a5839e4820ecddefe2f2a3a89db9db11065c0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 28 Aug 2025 08:03:26 -0400 Subject: [PATCH] test --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 6d3a3e9..c39207f 100644 --- a/fly.toml +++ b/fly.toml @@ -11,9 +11,9 @@ primary_region = 'iad' [http_service] internal_port = 8000 force_https = true -auto_stop_machines = 'stop' +auto_stop_machines = 'off' auto_start_machines = true -min_machines_running = 1 +min_machines_running = 2 processes = ['app'] [[vm]]