Skip to content

Commit

Permalink
Increase max page size to speed up syncing a little more.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Feb 16, 2024
1 parent 31d238a commit 2a27cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

const (
MaxPageSize = 100
MaxPageSize = 250
MinPageSize = 10
)

Expand Down

0 comments on commit 2a27cbf

Please sign in to comment.