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 a996a46 commit 5aa98f2Copy full SHA for 5aa98f2
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 = 10 // exponential with every subdirectory
+const CONCURRENCY = 1 // exponential with every subdirectory
7
8
export default class SyncProcess {
9
/**
0 commit comments