Skip to content

Commit 4aaa22f

Browse files
committed
fix
1 parent 46e46de commit 4aaa22f

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 = 'sjc'
1313
force_https = true
1414
auto_stop_machines = 'stop'
1515
auto_start_machines = true
16-
min_machines_running = 0
16+
min_machines_running = 1
1717
processes = ['app']
1818

1919
[[vm]]

0 commit comments

Comments
 (0)