Skip to content

Commit

Permalink
Choose more appropriate page size
Browse files Browse the repository at this point in the history
  • Loading branch information
Advayp committed Jan 4, 2025
1 parent 37ed904 commit 00e0938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/leaderboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def delete(self, request, *args, **kwargs):


class AttendancePagination(PageNumberPagination):
page_size = 1
page_size = 50
page_size_query_param = "page_size"
max_page_size = 100

Expand Down

0 comments on commit 00e0938

Please sign in to comment.