|
@@ -30,7 +30,7 @@ module.exports = {
|
|
|
WIKI.logger.info('(STORAGE/GIT) Initializing...')
|
|
|
this.repoPath = path.resolve(WIKI.ROOTPATH, this.config.localRepoPath)
|
|
|
await fs.ensureDir(this.repoPath)
|
|
|
- this.git = sgit(this.repoPath)
|
|
|
+ this.git = sgit(this.repoPath, { maxConcurrentProcesses: 1 })
|
|
|
|
|
|
// Set custom binary path
|
|
|
if (!_.isEmpty(this.config.gitBinaryPath)) {
|