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

irc-events/connection: increase join delay to 1000ms #434

Merged
merged 1 commit into from
Jun 28, 2016

Conversation

williamboman
Copy link
Member

100ms easily bypasses the excess flood threshold with constant
reproducibility with >20 channels (Freenode).

I think d66e86d introduced the issue.

100ms easily bypasses the excess flood threshold with constant
reproducibility with >20 channels (Freenode).
@@ -35,7 +35,7 @@ module.exports = function(irc, network) {
setTimeout(function() {
network.irc.join(chan.name);
}, delay);
delay += 100;
delay += 1000;
Copy link
Member Author

@williamboman williamboman Jun 27, 2016

Choose a reason for hiding this comment

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

¯_(ツ)_/¯

@maxpoulin64 maxpoulin64 added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. second review needed labels Jun 27, 2016
@maxpoulin64
Copy link
Member

This probably should be configurable in some way, but 👍 for now.

@astorije astorije merged commit 0cbcb98 into thelounge:master Jun 28, 2016
@astorije
Copy link
Member

I'm 👍 with this as well. Merging.

@williamboman williamboman deleted the fix/excess-flood branch June 28, 2016 10:45
@xPaw xPaw added this to the 2.0.0 milestone Jul 2, 2016
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
irc-events/connection: increase join delay to 1000ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants