Skip to content

Commit

Permalink
increase concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 8, 2023
1 parent ad7a3b0 commit fd4c745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/src/migrate-script/migrate-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const runScript = async () => {

console.log('migrating: ', todo.length)

const migrateQueue = new PQueue({ concurrency: 40 })
const migrateQueue = new PQueue({ concurrency: 80 })
process.on('SIGINT', async () => {
migrateQueue.clear()
console.log(`waiting on ${migrateQueue.pending} to finish`)
Expand Down

0 comments on commit fd4c745

Please sign in to comment.