mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Make max page size tunable
This commit is contained in:
@@ -223,6 +223,7 @@ INSTALLED_APPS = (
|
||||
|
||||
INTERNAL_IPS = ('127.0.0.1',)
|
||||
|
||||
MAX_PAGE_SIZE = 200
|
||||
REST_FRAMEWORK = {
|
||||
'DEFAULT_PAGINATION_CLASS': 'awx.api.pagination.Pagination',
|
||||
'PAGE_SIZE': 25,
|
||||
|
||||
Reference in New Issue
Block a user