mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
all your semi-colons are belongs to me
This commit is contained in:
@@ -91,7 +91,7 @@ Sockets.init = function(server) {
|
||||
redisClient : client
|
||||
});
|
||||
} else if (nconf.get('cluster')) {
|
||||
winston.warn('[socket.io] Clustering detected, you are advised to configure Redis as a websocket store.')
|
||||
winston.warn('[socket.io] Clustering detected, you are advised to configure Redis as a websocket store.');
|
||||
}
|
||||
|
||||
io = socketioWildcard(SocketIO).listen(server, config);
|
||||
|
||||
Reference in New Issue
Block a user