-
Notifications
You must be signed in to change notification settings - Fork 690
Enable set up TcpResources default max connection by setting
#3712
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
Conversation
|
@lcamhoa Please add Which version do you need to include this enhancement (1.1.x, 1.2.x or the future 1.3.x aka |
reactor-netty-core/src/main/java/reactor/netty/tcp/TcpResources.java
Outdated
Show resolved
Hide resolved
Thank you for feedback . |
|
@lcamhoa You need to add |
|
@violetagg I did it . Please check again. |
Signed-off-by: Hoa Lam <[email protected]>
…s.java Co-authored-by: Violeta Georgieva <[email protected]> Signed-off-by: Hoa Lam <[email protected]> Signed-off-by: Hoa Lam <[email protected]>
I did it again. Thank for sharing the fail job link |
violetagg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
TcpResources default max connection by setting
Signed-off-by: Violeta Georgieva <[email protected]>
The max connection is set up 500 by default. It's hard to optimize it .