telemetry packets limit increased
This commit is contained in:
parent
80e0177be0
commit
7f70ebdd96
4 changed files with 7 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ from rest_framework.response import Response
|
|||
class CustomLimitOffsetPagination(LimitOffsetPagination):
|
||||
limit_query_param = 'limit'
|
||||
offset_query_param = 'skip'
|
||||
max_limit = 100
|
||||
max_limit = 1000
|
||||
default_limit = 10
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue