Skip to content

Commit

Permalink
chore: even bigger page sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Apr 19, 2024
1 parent 716de58 commit 0a6fe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/views/pagination/basic_pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class BasicPagination(PageNumberPagination):
page_size = 21
page_size = 24
max_page_size = 50
page_size_query_param = 'page_size'
page_query_param = 'page'

0 comments on commit 0a6fe58

Please sign in to comment.