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

Set max page size for get courses

LEARNER-5566
parent da4952ea
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ class CourseListView(DeveloperErrorViewMixin, ListAPIView):
pagination_class = NamespacedPageNumberPagination
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