Skip to content

Commit b585384

Browse files
authored
Increase max machines running from 1 to 2
1 parent 4596a4c commit b585384

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
@@ -14,7 +14,7 @@ primary_region = 'sjc'
1414
auto_stop_machines = 'stop'
1515
auto_start_machines = true
1616
min_machines_running = 1
17-
max_machines_running = 1
17+
max_machines_running = 2
1818
processes = ['app']
1919

2020
[[http_service.checks]]

0 commit comments

Comments
 (0)