Skip to content

Commit 9b905ac

Browse files
committed
fixing pagination
1 parent dc4615e commit 9b905ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/search/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
class SearchPagination(PageNumberPagination):
5-
page_size = 10
5+
page_size = 25
66
page_size_query_param = 'page_size'
77
max_page_size = 100

0 commit comments

Comments
 (0)