Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
chore: change rest page size to 30 to accomodate for the size of the …
Browse files Browse the repository at this point in the history
…hobby category list
  • Loading branch information
wilbrt committed Apr 16, 2024
1 parent 12ed5b8 commit 30e0cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedevents/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def get_git_revision_hash() -> str:
# REST Framework
#
REST_FRAMEWORK = {
'PAGE_SIZE': 20,
'PAGE_SIZE': 30,
'ORDERING_PARAM': 'sort',
'DEFAULT_RENDERER_CLASSES': (
'events.renderers.JSONRenderer',
Expand Down

0 comments on commit 30e0cd5

Please sign in to comment.