Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Allow customization of max WS connections. #8257

Merged
merged 3 commits into from
Apr 2, 2018
Merged

Conversation

tomusdrw
Copy link
Collaborator

Closes #8117

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. labels Mar 29, 2018
@5chdn 5chdn added this to the 1.11 milestone Mar 29, 2018
"--ws-max-connections=[CONN]",
"Maximal number of allowed concurrent WS connections.",


["API and console options – IPC"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove extra empty line?

Copy link
Collaborator

@niklasad1 niklasad1 left a comment

Choose a reason for hiding this comment

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

Looks good but I would like to have a simple test for this. Is it any particular reason why not or is it something I don't understand?

@niklasad1
Copy link
Collaborator

Also I think you need to update the tests for the CI to pass!

@niklasad1 niklasad1 added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Mar 29, 2018
Copy link
Contributor

@andresilva andresilva left a comment

Choose a reason for hiding this comment

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

LGTM!

@andresilva andresilva merged commit c1cced3 into master Apr 2, 2018
@debris debris deleted the td-wsconnections branch April 10, 2018 13:26
@robdoesstuff
Copy link

Wait a second - did this only allow for settings max WS connections but didn't address the default HTTP connection limit of 250? We don't use WS, only HTTP and have a major need to allow for way more than 250 connections. Major services like mysql often can run right up to the handle limit of 16k or whatever the default is on the OS.

@Tbaut
Copy link
Contributor

Tbaut commented May 9, 2018

Wait a second - did this only allow for settings max WS connections

I guess it's pretty clear from the title. Please create a new issue/PR.

@5chdn
Copy link
Contributor

5chdn commented May 9, 2018

#8572

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants