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

Make ConnectionInstance.js:CONNECT_TIMEOUT_MS configurable #311

Open
Nebukadneza opened this issue Dec 16, 2016 · 1 comment
Open

Make ConnectionInstance.js:CONNECT_TIMEOUT_MS configurable #311

Nebukadneza opened this issue Dec 16, 2016 · 1 comment
Labels
quick-win T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.

Comments

@Nebukadneza
Copy link

As seen in #292, some networks take longer to connect to than others. One example are many IRCNet servers, for example the uni-erlangen one.

I had to manually bump the timeout in:

const CONNECT_TIMEOUT_MS = 30 * 1000; // 30s

It’d be great if this was configurable per-network in the config.

Thanks!
-Dario

@4nd3r
Copy link

4nd3r commented Dec 6, 2019

before next big release, can we get this fixed, so I don't have to patchi it every release?
life with IRCnet is hard enough 😿
or at least raise the default to 60 as quick-and-easy win? pretty please 🤠

@justinbot justinbot added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements. and removed feature-req labels May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quick-win T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.
Projects
None yet
Development

No branches or pull requests

4 participants