Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KTOR-6221: Fix reduced concurrent reqs in Apache5 (#3738)
When using the Apache5 engine, total concurrent requests to a single route were limited to 5 requests. This is due to the code which tried to increase the concurrency to the ktor-standard 1000 concurrent having a typo and setting the total max connections twice and missing the max connections completely.
- Loading branch information