perf: Raise Notion pageSize 25 -> 100

This commit is contained in:
Tom Moor
2026-02-28 08:52:23 -05:00
parent a40ab4867d
commit 0dfab5b245
+1 -1
View File
@@ -59,7 +59,7 @@ const AccessTokenResponseSchema = z.object({
export class NotionClient {
private client: Client;
private limiter: ReturnType<typeof RateLimit>;
private pageSize = 25;
private pageSize = 100;
private maxRetries = 3;
private retryDelay = 1000;
private skipChildrenForBlock = [