mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
delete limit
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user