1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-03-18 05:37:49 +02:00

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

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 (