mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 05:52:57 +00:00
Increase change limit to 1000
This commit is contained in:
parent
f4e032ad99
commit
660752dfa6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ logger = require "logger-sharelatex"
|
|||
|
||||
module.exports = RangesManager =
|
||||
MAX_COMMENTS: 500
|
||||
MAX_CHANGES: 500
|
||||
MAX_CHANGES: 1000
|
||||
|
||||
applyUpdate: (project_id, doc_id, entries = {}, updates = [], callback = (error, new_entries) ->) ->
|
||||
{changes, comments} = entries
|
||||
|
|
Loading…
Reference in a new issue