Skip to content

Commit 64773a9

Browse files
authored
Update fly.toml
Always keep 1 fly machine running
1 parent b00c256 commit 64773a9

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
@@ -16,7 +16,7 @@ primary_region = 'fra'
1616
force_https = true
1717
auto_stop_machines = true
1818
auto_start_machines = true
19-
min_machines_running = 0
19+
min_machines_running = 1
2020
processes = ['app']
2121

2222
[checks]

0 commit comments

Comments
 (0)