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