mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 00:29:04 +02:00
Increase changes limit to 1200
This commit is contained in:
@@ -3,7 +3,7 @@ logger = require "logger-sharelatex"
|
||||
|
||||
module.exports = RangesManager =
|
||||
MAX_COMMENTS: 500
|
||||
MAX_CHANGES: 1000
|
||||
MAX_CHANGES: 1200
|
||||
|
||||
applyUpdate: (project_id, doc_id, entries = {}, updates = [], callback = (error, new_entries) ->) ->
|
||||
{changes, comments} = entries
|
||||
|
||||
Reference in New Issue
Block a user