fix(config): increase concurrency limit

Signed-off-by: Sphericalkat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2024-02-02 15:54:31 +05:30
parent 8eed2f1423
commit e1f66f9895
Signed by: sphericalkat
GPG Key ID: 1C022B9CED2425B4

View File

@ -25,8 +25,8 @@ processes = []
script_checks = [] script_checks = []
[services.concurrency] [services.concurrency]
hard_limit = 25 hard_limit = 10000
soft_limit = 20 soft_limit = 6000
type = "connections" type = "connections"
[[services.ports]] [[services.ports]]