We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d975ac commit f3dda3dCopy full SHA for f3dda3d
src/lib/SyncProcess.js
@@ -3,7 +3,7 @@ import Logger from './Logger'
3
4
const _ = require('lodash')
5
const Parallel = require('async-parallel')
6
-const CONCURRENCY = 3 // exponential with every subdirectory
+const CONCURRENCY = 1 // exponential with every subdirectory
7
8
export default class SyncProcess {
9
/**
0 commit comments