Skip to content

Commit

Permalink
fix: Limit concurrency for reorderings
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed May 16, 2024
1 parent e991ae1 commit 5db36fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/strategies/Default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ export default class SyncProcess {
}
reorderings.retract(action)
this.updateProgress()
})
}, ACTION_CONCURRENCY)
}

async addMapping(resource:TResource, item:TItem, newId:string|number):Promise<void> {
Expand Down

0 comments on commit 5db36fb

Please # to comment.