mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[bug] Fix database overload issue due to repeated 'info' command requests with callback param
This commit is contained in:
@ -1297,7 +1297,7 @@ function* bindEvents(ctx, docId, callback, baseUrl, opt_userAction, opt_userData
|
||||
}
|
||||
} else {
|
||||
oCallbackUrl = parseUrl(ctx, callback);
|
||||
bChangeBase = c_oAscChangeBase.All;
|
||||
bChangeBase = c_oAscChangeBase.No;
|
||||
if (null !== oCallbackUrl) {
|
||||
let filterStatus = yield* utils.checkHostFilter(ctx, oCallbackUrl.host);
|
||||
if (filterStatus > 0) {
|
||||
|
||||
Reference in New Issue
Block a user