Skip to content

Commit 5aa98f2

Browse files
committed
Rollback sync concurrency increase
1 parent a996a46 commit 5aa98f2

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 = 10 // exponential with every subdirectory
6+
const CONCURRENCY = 1 // exponential with every subdirectory
77

88
export default class SyncProcess {
99
/**

0 commit comments

Comments
 (0)