mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Merge pull request #4171 from emilyst/patch-1
Configure server ping timeout to 60 seconds
This commit is contained in:
commit
afe136fee8
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ module.exports = function (options = {}) {
|
|||
cookie: false,
|
||||
serveClient: false,
|
||||
transports: Helper.config.transports,
|
||||
pingTimeout: 60000,
|
||||
});
|
||||
|
||||
sockets.on("connect", (socket) => {
|
||||
|
|
Loading…
Reference in a new issue