diff --git a/src/pull.ts b/src/pull.ts index d2b0cc2..983c81d 100644 --- a/src/pull.ts +++ b/src/pull.ts @@ -251,7 +251,7 @@ function writePage(page: NotionPage, finalMarkdown: string) { } const notionLimiter = new RateLimiter({ - tokensPerInterval: 3, + tokensPerInterval: 2, interval: "second", });