mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 00:21:40 +00:00
Increase changes count limit to 2000
This commit is contained in:
parent
1ce51c45bf
commit
fd3dee0af5
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: 1200
|
||||
MAX_CHANGES: 2000
|
||||
|
||||
applyUpdate: (project_id, doc_id, entries = {}, updates = [], callback = (error, new_entries) ->) ->
|
||||
{changes, comments} = entries
|
||||
|
|
Loading…
Reference in a new issue