We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6eb666 + ba67546 commit 8d75e45Copy full SHA for 8d75e45
1 file changed
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