Skip to content

Commit df657a7

Browse files
committed
3 -> 2 requests / second
1 parent f077368 commit df657a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pull.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function writePage(page: NotionPage, finalMarkdown: string) {
251251
}
252252

253253
const notionLimiter = new RateLimiter({
254-
tokensPerInterval: 3,
254+
tokensPerInterval: 2,
255255
interval: "second",
256256
});
257257

0 commit comments

Comments
 (0)