Skip to content

Commit

Permalink
Update batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohnson388 committed Feb 28, 2019
1 parent 0a5df74 commit 874e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stitcher/Data/Pagination/PaginationDataSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PaginationDataSource<T> {

// MARK: - Properties

var batchSize: Int = 11
var batchSize: Int = 20

private var nextStartIndex: Int = 0
private var isExhausted = false
Expand Down

0 comments on commit 874e4e0

Please sign in to comment.