Skip to content

Commit

Permalink
hack: 1 concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuijjer committed Dec 24, 2023
1 parent 02b35d1 commit bdf438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/scrapers/ketelhuis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const xray = Xray({
},
})
.driver(xRayPuppeteer({ logger, waitForOptions: { timeout: 60000 } }))
.concurrency(10)
.concurrency(1)
.throttle(10, 300)

const extractFromMainPage = async () => {
Expand Down

0 comments on commit bdf438a

Please sign in to comment.