default autoDropCache to false

revert-b25c0d81
Moe 2019-10-02 22:52:15 -07:00
parent 3a81da567c
commit 14353155a2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module.exports = function(s){
//config defaults
if(config.cpuUsageMarker === undefined){config.cpuUsageMarker='%Cpu'}
if(config.customCpuCommand === undefined){config.customCpuCommand=null}
if(config.autoDropCache === undefined){config.autoDropCache=true}
if(config.autoDropCache === undefined){config.autoDropCache=false}
if(config.doSnapshot === undefined){config.doSnapshot=true}
if(config.restart === undefined){config.restart={}}
if(config.systemLog === undefined){config.systemLog=true}