Skip to content

Commit 5db36fb

Browse files
committed
fix: Limit concurrency for reorderings
Signed-off-by: Marcel Klehr <[email protected]>
1 parent e991ae1 commit 5db36fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/strategies/Default.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ export default class SyncProcess {
990990
}
991991
reorderings.retract(action)
992992
this.updateProgress()
993-
})
993+
}, ACTION_CONCURRENCY)
994994
}
995995

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

0 commit comments

Comments
 (0)