Skip to content

Commit e80ac94

Browse files
committed
Lower speed according to sillsdev#80
1 parent 2f330cc commit e80ac94

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
@@ -287,7 +287,7 @@ function writePage(page: NotionPage, finalMarkdown: string) {
287287
}
288288

289289
const notionLimiter = new RateLimiter({
290-
tokensPerInterval: 3,
290+
tokensPerInterval: 2,
291291
interval: "second",
292292
});
293293

0 commit comments

Comments
 (0)