Skip to content

Commit

Permalink
settings: Change PAGE_SIZE to 100
Browse files Browse the repository at this point in the history
Dashboard loads more smoothly with a bit bigger page size.
  • Loading branch information
suutari-ai committed Feb 9, 2018
1 parent d8af32d commit db38644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parkkihubi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit db38644

Please sign in to comment.