diff --git a/notion/store.py b/notion/store.py index 08aa37d..b284d1f 100644 --- a/notion/store.py +++ b/notion/store.py @@ -284,7 +284,7 @@ def call_load_page_chunk(self, page_id): data = { "pageId": page_id, - "limit": 100000, + "limit": 100, "cursor": {"stack": []}, "chunkNumber": 0, "verticalColumns": False,