mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Load changes in batches of 25
This commit is contained in:
parent
9851321429
commit
a0b02d85f5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ define [
|
||||||
], (Change)->
|
], (Change)->
|
||||||
ChangeList = Backbone.Collection.extend
|
ChangeList = Backbone.Collection.extend
|
||||||
model: Change
|
model: Change
|
||||||
batchSize: 3
|
batchSize: 25
|
||||||
|
|
||||||
initialize: (models, @options) ->
|
initialize: (models, @options) ->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue