Skip to content

Commit ba67546

Browse files
author
mike
committed
increased max page to 200
1 parent f6eb666 commit ba67546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@dataclass
77
class PaginatorConfig:
88
per_page: int = 20
9-
max_page_size: int = 100
9+
max_page_size: int = 200
1010

1111

1212
def get_sys_exec_root_or_drive():

0 commit comments

Comments
 (0)