limit search in db

This commit is contained in:
Baris Soner Usakli
2014-01-14 18:04:54 -05:00
parent 75850bd315
commit dcf47f558e
5 changed files with 13 additions and 17 deletions

View File

@@ -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'],