Skip to content

Commit

Permalink
chore: update sync-orama-cloud.mjs
Browse files Browse the repository at this point in the history
Signed-off-by: tquocanvn <[email protected]>
  • Loading branch information
tquocanvn authored May 14, 2024
1 parent 160e8a2 commit 8a11293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/orama-search/sync-orama-cloud.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const runUpdate = async () => {
batches.push(siteContent.slice(i, i + batchSize));
}

console.log(batches);

await Promise.all(batches.map(insertBatch));
};

Expand Down

0 comments on commit 8a11293

Please sign in to comment.