Skip to content
Snippets Groups Projects
Commit 939c7f48 authored by christopher lee's avatar christopher lee
Browse files

Set max page size for get courses

parent ebda77b2
No related branches found
No related tags found
No related merge requests found
......@@ -232,9 +232,9 @@ class CourseListView(DeveloperErrorViewMixin, ListAPIView):
"""
pagination_class = NamespacedPageNumberPagination
pagination_class.max_page_size = 100
serializer_class = CourseSerializer
throttle_classes = CourseListUserThrottle,
max_page_size = 100
# Return all the results, 10K is the maximum allowed value for ElasticSearch.
# We should use 0 after upgrading to 1.1+:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment