Load changes in batches of 25

This commit is contained in:
James Allen 2014-03-07 13:31:30 +00:00
parent 9851321429
commit a0b02d85f5

View file

@ -4,7 +4,7 @@ define [
], (Change)->
ChangeList = Backbone.Collection.extend
model: Change
batchSize: 3
batchSize: 25
initialize: (models, @options) ->