Skip to content

Commit 40eb207

Browse files
committed
Update default paging limit to 1024
1 parent 2bf96d4 commit 40eb207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/database/query/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package query
33
import "strconv"
44

55
const (
6-
defaultPagingLimit = 1000
6+
defaultPagingLimit = 1024
77
)
88

99
// PaginateQuery returns a paginated query string for the given input options.

0 commit comments

Comments
 (0)