diff --git a/parkkihubi/settings.py b/parkkihubi/settings.py index 4703d3e5..cb0be44b 100644 --- a/parkkihubi/settings.py +++ b/parkkihubi/settings.py @@ -159,7 +159,7 @@ 'ALLOWED_VERSIONS': ('v1',), 'DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',), 'EXCEPTION_HANDLER': 'parkings.exception_handler.parkings_exception_handler', - 'PAGE_SIZE': 20, + 'PAGE_SIZE': 100, 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination', 'TEST_REQUEST_DEFAULT_FORMAT': 'json', }