This commit is contained in:
Baris Soner Usakli
2014-02-12 17:29:37 -05:00
parent 7f4a1cd685
commit 53af836bdb

View File

@@ -411,7 +411,7 @@ var db = require('./database'),
};
Categories.getActiveUsers = function(cid, callback) {
db.getSortedSetRevRange('cid:' + cid + ':active_users', 0, 31, callback);
db.getSortedSetRevRange('cid:' + cid + ':active_users', 0, 23, callback);
};
Categories.moveActiveUsers = function(tid, oldCid, cid, callback) {