Skip to content

Commit dd77d83

Browse files
committed
sleep when no op
1 parent 815411f commit dd77d83

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

1919
[[vm]]

0 commit comments

Comments
 (0)