mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #9141 from overleaf/bg-disable-track-changes-2
disable flush to track-changes in docupdater GitOrigin-RevId: d5ff12d4755783af0a3f71939c07994d43b9d740
This commit is contained in:
@@ -30,6 +30,10 @@ module.exports = HistoryManager = {
|
||||
)
|
||||
return
|
||||
}
|
||||
if (Settings.disableTrackChanges) {
|
||||
logger.debug({ doc_id }, 'track changes is disabled, so not flushing')
|
||||
return
|
||||
}
|
||||
return RedisManager.getHistoryType(
|
||||
doc_id,
|
||||
function (err, projectHistoryType) {
|
||||
|
||||
Reference in New Issue
Block a user