mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[log] Add log message
This commit is contained in:
@ -221,6 +221,7 @@ exports.getChangesPromise = function (ctx, docId, optStartIndex, optEndIndex, op
|
||||
if (reservoirMaximum > 0) {
|
||||
let size = Math.min(getChangesSize(result), reservoirMaximum);
|
||||
let cur = limiter.incrementReservoir(-size).then((cur) => {
|
||||
ctx.logger.debug("getChangesPromise bottleneck reservoir cur=%s", cur);
|
||||
resolve(result);
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user