Skip to content

Commit

Permalink
Fix #2197: Increase default pagination size to 100(#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhJain2018 committed Mar 17, 2019
1 parent 62d888e commit 0328b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/common.py
Expand Up @@ -152,7 +152,7 @@
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': (
'rest_framework.pagination.LimitOffsetPagination'),
'PAGE_SIZE': 10,
'PAGE_SIZE': 100,
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.IsAuthenticatedOrReadOnly'
],
Expand Down

0 comments on commit 0328b37

Please sign in to comment.