Skip to content

Commit b034a63

Browse files
jacobsimeonJacob Morris
authored and
Jacob Morris
committed
Use explicit page size of 30 items per page
1 parent 4afb94c commit b034a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PocketKit/Sources/Sync/Operations/FetchList.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class FetchList: AsyncOperation {
3737
let query = UserByTokenQuery(token: token)
3838

3939
if let after = after {
40-
query.pagination = PaginationInput(after: after)
40+
query.pagination = PaginationInput(after: after, first: 30)
4141
}
4242

4343
if let updatedSince = lastRefresh.lastRefresh {

0 commit comments

Comments
 (0)