Merge pull request #4171 from emilyst/patch-1

Configure server ping timeout to 60 seconds
This commit is contained in:
Max Leiter 2021-03-02 13:10:03 -08:00 committed by GitHub
commit afe136fee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,6 +167,7 @@ module.exports = function (options = {}) {
cookie: false,
serveClient: false,
transports: Helper.config.transports,
pingTimeout: 60000,
});
sockets.on("connect", (socket) => {