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

Enable maximum connections to be configured manually #182

Merged
merged 4 commits into from
Jun 26, 2021
Merged

Conversation

ohsayan
Copy link
Member

@ohsayan ohsayan commented Jun 26, 2021

This PR enables the maximum number of connections to be set to an user defined limit. If no limit is provided, it defaults to a value of 50000. This is quite an important consideration and can aid in controlling several kinds of attacks which would otherwise cause a system with low resources to crash.

@glydr glydr added D-docs D-server Related to the server labels Jun 26, 2021
@ohsayan ohsayan added the C-reliability This issue/PR relates to reliability label Jun 26, 2021
@ohsayan
Copy link
Member Author

ohsayan commented Jun 26, 2021

Ignore the typos. Roll on @glydr rsquash

Copy link
Collaborator

@glydr glydr left a comment

Choose a reason for hiding this comment

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

Saw approval and instant squash merge request from @ohsayan

@glydr glydr merged commit 864c6d4 into next Jun 26, 2021
@ohsayan ohsayan deleted the server/maxcon branch June 26, 2021 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-reliability This issue/PR relates to reliability D-docs D-server Related to the server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants