Increased default page size to 250.
This commit is contained in:
@@ -10,6 +10,7 @@ RESOURCE_METHODS = ['GET', 'POST', 'DELETE']
|
||||
ITEM_METHODS = ['GET', 'PUT', 'DELETE', 'PATCH']
|
||||
|
||||
PAGINATION_LIMIT = 250
|
||||
PAGINATION_DEFAULT = 250
|
||||
|
||||
_file_embedded_schema = {
|
||||
'type': 'objectid',
|
||||
|
Reference in New Issue
Block a user