mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-26 05:30:17 +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 = []
|
script_checks = []
|
||||||
|
|
||||||
[services.concurrency]
|
[services.concurrency]
|
||||||
hard_limit = 25
|
hard_limit = 5000
|
||||||
soft_limit = 20
|
soft_limit = 1000
|
||||||
type = "connections"
|
type = "connections"
|
||||||
|
|
||||||
[[services.ports]]
|
[[services.ports]]
|
||||||
|
|
Loading…
Reference in a new issue