Skip to content
Snippets Groups Projects
Commit 1c61b759 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

update: serialize 40 notifications instead of 100

parent 81e2f16d
No related branches found
No related tags found
No related merge requests found
Pipeline #8914 passed
......@@ -3,7 +3,7 @@ from djangoldp.pagination import LDPPagination
class LDPNotificationsPagination(LDPPagination):
default_limit = 100
default_limit = 40
class LDPNotificationsViewSet(LDPViewSet):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment