Skip to content

Commit

Permalink
Revert "comments_async/api: increase the pagination count, hot fix to…
Browse files Browse the repository at this point in the history
… ensure all comments shown"

This reverts commit 3c32c71.
  • Loading branch information
philli-m committed Jul 31, 2023
1 parent 208d5c1 commit 786f0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adhocracy4/comments_async/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


class CommentSetPagination(PageNumberPagination):
page_size = 100
page_size = 20


class PaginationCommentLinkMixin:
Expand Down

0 comments on commit 786f0f6

Please sign in to comment.