mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
remvoed lowered pingTimeout
This commit is contained in:
@@ -36,7 +36,6 @@ Sockets.init = function(server) {
|
||||
io.on('connection', onConnection);
|
||||
|
||||
io.listen(server, {
|
||||
pingTimeout: 30,
|
||||
transports: ['websocket', 'polling']
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user