We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6eb666 commit ba67546Copy full SHA for ba67546
configs.py
@@ -6,7 +6,7 @@
6
@dataclass
7
class PaginatorConfig:
8
per_page: int = 20
9
- max_page_size: int = 100
+ max_page_size: int = 200
10
11
12
def get_sys_exec_root_or_drive():
0 commit comments