Skip to content
Snippets Groups Projects
Commit 5049f4bb authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

return 10 superevents by default for superevents list resource, instead of 3. ...

return 10 superevents by default for superevents list resource, instead of 3.  Matches behavior of events list resource.
parent ed63ed4d
No related branches found
No related tags found
1 merge request!8Superevents
......@@ -63,7 +63,7 @@ class CustomLogTagPagination(pagination.PageNumberPagination):
class CustomSupereventPagination(pagination.LimitOffsetPagination):
default_limit = 3
default_limit = 10
limit_query_param = 'count'
offset_query_param = 'start'
......
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