mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-28 01:00:59 +01:00
opt(announce): optimization announce data
This commit is contained in:
@@ -163,7 +163,7 @@ exports.list = function (req, res) {
|
||||
];
|
||||
}
|
||||
|
||||
mtDebug.debugBlue(condition);
|
||||
mtDebug.debugBlue(condition, 'ADMIN_USERS_LIST');
|
||||
|
||||
var countQuery = function (callback) {
|
||||
User.count(condition, function (err, count) {
|
||||
|
||||
Reference in New Issue
Block a user