revert the default max perPage limit to 500 for now

This commit is contained in:
Gani Georgiev 2023-07-29 21:44:31 +03:00
parent cdeb9a94ed
commit db660ac780
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
const DefaultPerPage int = 30
// MaxPerPage specifies the maximum allowed search result items returned in a single page.
const MaxPerPage int = 1000
const MaxPerPage int = 500
// url search query params
const (