raised MaxPerPage limit to 400
This commit is contained in:
parent
96bfc69c8e
commit
00fd007d50
|
@ -13,7 +13,7 @@ import (
|
||||||
const DefaultPerPage int = 30
|
const DefaultPerPage int = 30
|
||||||
|
|
||||||
// MaxPerPage specifies the maximum allowed search result items returned in a single page.
|
// MaxPerPage specifies the maximum allowed search result items returned in a single page.
|
||||||
const MaxPerPage int = 200
|
const MaxPerPage int = 400
|
||||||
|
|
||||||
// url search query params
|
// url search query params
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue