Skip to content

Commit 130c83e

Browse files
committed
Set page size to 100
1 parent 9f20117 commit 130c83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simvue/api/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
RETRY_MIN = 4
2828
RETRY_MAX = 10
2929
RETRY_STOP = 5
30-
MAX_ENTRIES_PER_PAGE: int = 5
30+
MAX_ENTRIES_PER_PAGE: int = 100
3131
RETRY_STATUS_CODES = (
3232
http.HTTPStatus.BAD_REQUEST,
3333
http.HTTPStatus.SERVICE_UNAVAILABLE,

0 commit comments

Comments
 (0)