mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
limit search in db
This commit is contained in:
@@ -28,6 +28,7 @@ var users = {},
|
||||
io;
|
||||
|
||||
Sockets.init = function() {
|
||||
|
||||
io = socketioWildcard(SocketIO).listen(global.server, {
|
||||
log: false,
|
||||
transports: ['websocket', 'xhr-polling', 'jsonp-polling', 'flashsocket'],
|
||||
|
||||
Reference in New Issue
Block a user