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 666513a commit 0eec6d4Copy full SHA for 0eec6d4
1 file changed
src/repository/options.js
@@ -27,7 +27,7 @@ module.exports = {
27
encoding: 'utf8',
28
// should spawn a worker process to avoir blocking
29
// the main loop (may be slower with small projects or single cpu)
30
- forkWorker: require('os').cpus().length > 1,
+ forkWorker: false, // require('os').cpus().length > 1,
31
// use the file mtime property to check changes
32
cacheByFileDate: true,
33
// use the file size to detect changes
0 commit comments