diff --git a/fly.toml b/fly.toml index 9738a82..5e41cb1 100644 --- a/fly.toml +++ b/fly.toml @@ -13,11 +13,11 @@ primary_region = 'den' force_https = true auto_stop_machines = 'stop' auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ['app'] [[vm]] - size = 'shared-cpu-1x' + size = 'shared-cpu-2x' [env] FILE_DEFAULT_TTL = "600"