Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KTOR-4475 Limit current running requests #3065

Merged
merged 2 commits into from Jun 22, 2022
Merged

Conversation

rsinukov
Copy link
Contributor

@rsinukov rsinukov requested a review from e5l June 21, 2022 15:00
@rsinukov rsinukov self-assigned this Jun 21, 2022
@@ -43,7 +43,7 @@ public class NettyApplicationEngine(
/**
* Number of concurrently running requests from the same http pipeline
*/
public var runningLimit: Int = 10
public var runningLimit: Int = 30
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would increase it at least to 32 or 64

@rsinukov rsinukov merged commit 8214a32 into main Jun 22, 2022
@rsinukov rsinukov deleted the rsinukov/stress-test-fix branch June 22, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants