|
|
@ -123,7 +123,7 @@ module.exports.create = function (config) {
|
|
|
|
|
|
|
|
|
|
|
|
maxWorkers: config.maxWorkers,
|
|
|
|
maxWorkers: config.maxWorkers,
|
|
|
|
disableIntegratedTasks: config.disableIntegratedTasks || false,
|
|
|
|
disableIntegratedTasks: config.disableIntegratedTasks || false,
|
|
|
|
disableIntegratedEviction: config.disableIntegratedEviction || false,
|
|
|
|
disableIntegratedEviction: config.disableIntegratedEviction || true, // XXX false,
|
|
|
|
lastEviction: +new Date(),
|
|
|
|
lastEviction: +new Date(),
|
|
|
|
evictionReport: {},
|
|
|
|
evictionReport: {},
|
|
|
|
commandTimers: {},
|
|
|
|
commandTimers: {},
|
|
|
|