mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
give mongo room to breathe
This commit is contained in:
@@ -6,7 +6,7 @@ var nconf = require('nconf'),
|
||||
async = require('async'),
|
||||
pidFilePath = __dirname + '/pidfile',
|
||||
output = fs.openSync(__dirname + '/logs/output.log', 'a'),
|
||||
numCPUs = require('os').cpus().length,
|
||||
numCPUs = 12,// require('os').cpus().length,
|
||||
Loader = {
|
||||
timesStarted: 0,
|
||||
shutdown_queue: [],
|
||||
|
||||
Reference in New Issue
Block a user