Load changes in batches of 25
This commit is contained in:
@@ -4,7 +4,7 @@ define [
|
||||
], (Change)->
|
||||
ChangeList = Backbone.Collection.extend
|
||||
model: Change
|
||||
batchSize: 3
|
||||
batchSize: 25
|
||||
|
||||
initialize: (models, @options) ->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user