update: serialize 40 notifications instead of 100
This commit is contained in:
parent
81e2f16d8e
commit
1c61b759a4
@ -3,7 +3,7 @@ from djangoldp.pagination import LDPPagination
|
|||||||
|
|
||||||
|
|
||||||
class LDPNotificationsPagination(LDPPagination):
|
class LDPNotificationsPagination(LDPPagination):
|
||||||
default_limit = 100
|
default_limit = 40
|
||||||
|
|
||||||
|
|
||||||
class LDPNotificationsViewSet(LDPViewSet):
|
class LDPNotificationsViewSet(LDPViewSet):
|
||||||
|
Loading…
Reference in New Issue
Block a user