Skip to content

Commit

Permalink
increased pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
JJFlorian committed Mar 26, 2024
1 parent fc56dcb commit 3ffcacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brostar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
# DRF configuration
REST_FRAMEWORK = {
"DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.PageNumberPagination",
"PAGE_SIZE": 100,
"PAGE_SIZE": 1000,
"DEFAULT_FILTER_BACKENDS": ["django_filters.rest_framework.DjangoFilterBackend"],
"DEFAULT_AUTHENTICATION_CLASSES": (
"rest_framework.authentication.BasicAuthentication",
Expand Down

0 comments on commit 3ffcacf

Please sign in to comment.