We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4615e commit 9b905acCopy full SHA for 9b905ac
readthedocs/search/pagination.py
@@ -2,6 +2,6 @@
2
3
4
class SearchPagination(PageNumberPagination):
5
- page_size = 10
+ page_size = 25
6
page_size_query_param = 'page_size'
7
max_page_size = 100
0 commit comments