mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-22 11:43:09 +00:00
Fly.io increase concurrency limits
This commit is contained in:
parent
6bd0bedce1
commit
4bcb37cf33
1 changed files with 2 additions and 2 deletions
4
fly.toml
4
fly.toml
|
@ -23,8 +23,8 @@ RUST_LOG = "debug"
|
|||
script_checks = []
|
||||
|
||||
[services.concurrency]
|
||||
hard_limit = 25
|
||||
soft_limit = 20
|
||||
hard_limit = 5000
|
||||
soft_limit = 1000
|
||||
type = "connections"
|
||||
|
||||
[[services.ports]]
|
||||
|
|
Loading…
Reference in a new issue