mirror of
https://github.com/thelounge/thelounge
synced 2024-11-26 14:00:21 +00:00
Merge pull request #1070 from thelounge/greenkeeper/irc-framework-2.7.0
Update irc-framework to the latest version 🚀
This commit is contained in:
commit
b45946ff2f
2 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
"express": "4.15.2",
|
||||
"express-handlebars": "3.0.0",
|
||||
"fs-extra": "2.1.2",
|
||||
"irc-framework": "2.6.1",
|
||||
"irc-framework": "2.7.0",
|
||||
"ldapjs": "1.0.1",
|
||||
"lodash": "4.17.4",
|
||||
"moment": "2.18.1",
|
||||
|
|
|
@ -264,7 +264,6 @@ Client.prototype.connect = function(args) {
|
|||
auto_reconnect: true,
|
||||
auto_reconnect_wait: 10000 + Math.floor(Math.random() * 1000), // If multiple users are connected to the same network, randomize their reconnections a little
|
||||
auto_reconnect_max_retries: 360, // At least one hour (plus timeouts) worth of reconnections
|
||||
ping_interval: 0, // Disable client ping timeouts due to buggy implementation
|
||||
webirc: webirc,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue