mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-03-30 04:04:05 -04:00
raised MaxPerPage limit to 400
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
const DefaultPerPage int = 30
|
||||
|
||||
// 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
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user