Skip to content

Commit

Permalink
lower concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Nov 9, 2023
1 parent f0c6f05 commit b109825
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 @@ -40,7 +40,7 @@ export const runScript = async () => {

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

const migrateQueue = new PQueue({ concurrency: 100 })
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 b109825

Please sign in to comment.