change machine count
This commit is contained in:
parent
49e6f3e292
commit
af3aa4298b
1 changed files with 6 additions and 6 deletions
2
fly.toml
2
fly.toml
|
@ -13,5 +13,5 @@ primary_region = "sea"
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = true
|
auto_stop_machines = true
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 1
|
||||||
processes = ["app"]
|
processes = ["app"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue