Skip to content

Commit 5633947

Browse files
committed
don't go below 1 machine
1 parent 7ed72bb commit 5633947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎fly.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ primary_region = "lax"
1313
force_https = true
1414
auto_stop_machines = true
1515
auto_start_machines = true
16-
min_machines_running = 0
16+
min_machines_running = 1
1717
max_machines_running = 1
1818
processes = ["app"]
1919

0 commit comments

Comments
 (0)