Skip to content

Commit f3dda3d

Browse files
committed
Sync: Completely remove concurrency to no mess up duplicate creation
1 parent 7d975ac commit f3dda3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/SyncProcess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Logger from './Logger'
33

44
const _ = require('lodash')
55
const Parallel = require('async-parallel')
6-
const CONCURRENCY = 3 // exponential with every subdirectory
6+
const CONCURRENCY = 1 // exponential with every subdirectory
77

88
export default class SyncProcess {
99
/**

0 commit comments

Comments
 (0)