mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 06:02:19 +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 =
|
module.exports = RangesManager =
|
||||||
MAX_COMMENTS: 500
|
MAX_COMMENTS: 500
|
||||||
MAX_CHANGES: 1200
|
MAX_CHANGES: 2000
|
||||||
|
|
||||||
applyUpdate: (project_id, doc_id, entries = {}, updates = [], callback = (error, new_entries) ->) ->
|
applyUpdate: (project_id, doc_id, entries = {}, updates = [], callback = (error, new_entries) ->) ->
|
||||||
{changes, comments} = entries
|
{changes, comments} = entries
|
||||||
|
|
Loading…
Reference in a new issue