Skip to content

Commit

Permalink
Update NotionClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kolomensky committed Feb 13, 2020
1 parent 9a2a09a commit 97eab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NotionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private function loadPageChunk(UuidInterface $blockId): array
{
$response = $this->cachedJsonRequest('block-'.$blockId->toString(), 'loadPageChunk', [
'pageId' => $blockId->toString(),
'limit' => 50,
'limit' => 50000,
'cursor' => ['stack' => []],
'chunkNumber' => 0,
'verticalColumns' => false,
Expand Down

0 comments on commit 97eab44

Please sign in to comment.