Increase connections

This commit is contained in:
Chris McCord 2021-11-18 10:40:05 -05:00
parent 30b46e95e5
commit 0ef460675c

View file

@ -27,9 +27,9 @@ processes = []
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "requests"
hard_limit = 2500
soft_limit = 2000
type = "connections"
[[services.ports]]
handlers = ["http"]