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 = [] script_checks = []
[services.concurrency] [services.concurrency]
hard_limit = 25 hard_limit = 2500
soft_limit = 20 soft_limit = 2000
type = "requests" type = "connections"
[[services.ports]] [[services.ports]]
handlers = ["http"] handlers = ["http"]