delete limit

This commit is contained in:
Alexander.Trofimov
2016-11-28 16:50:37 +03:00
parent 75889ce98a
commit c05137601d
2 changed files with 3 additions and 3 deletions

View File

@ -2185,7 +2185,7 @@ exports.install = function(server, callbackFunction) {
if (constants.PACKAGE_TYPE_OS === licenseInfo.packageType && c_LR.Error === licenseType) {
licenseType = c_LR.Success;
var count = constants.LICENSE_CONNECTIONS;
/*var count = constants.LICENSE_CONNECTIONS;
var cursor = '0', sum = 0, scanRes, tmp, length, i, users;
while (true) {
scanRes = yield utils.promiseRedis(redisClient, redisClient.scan, cursor, 'MATCH', redisKeyPresenceHash + '*');
@ -2211,7 +2211,7 @@ exports.install = function(server, callbackFunction) {
if ('0' === cursor) {
break;
}
}
}*/
}
var rights = constants.RIGHTS.Edit;