Skip to content

Commit

Permalink
Comment out pagination (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored and RoyEJohnson committed Jul 18, 2018
1 parent 047a271 commit 33384e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openstax/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.AllowAny',
),
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 100
# Schools API is timing out, use this to paginate the results
#'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
#'PAGE_SIZE': 100
}

# A sample logging configuration. The only tangible logging
Expand Down

0 comments on commit 33384e3

Please sign in to comment.