diff --git a/src/NotionExporter.ts b/src/NotionExporter.ts index 9308fc3..289ff03 100644 --- a/src/NotionExporter.ts +++ b/src/NotionExporter.ts @@ -79,7 +79,7 @@ export class NotionExporter { private pollTask = ( taskId: string, - pollInterval: number = 50 + pollInterval: number = 500 ): Promise => new Promise((resolve, reject) => { const poll = async () => {