Добавлен параметр "queryCacheEnabled" в конфиг
This commit is contained in:
@@ -18,6 +18,7 @@ module.exports = {
|
||||
loggingEnabled: true,
|
||||
|
||||
maxFilesDirSize: 1024*1024*1024,//1Gb
|
||||
queryCacheEnabled: true,
|
||||
cacheCleanInterval: 60,//minutes
|
||||
|
||||
webConfigParams: ['name', 'version', 'branch'],
|
||||
|
||||
@@ -6,6 +6,7 @@ const branchFilename = __dirname + '/application_env';
|
||||
const propsToSave = [
|
||||
'loggingEnabled',
|
||||
'maxFilesDirSize',
|
||||
'queryCacheEnabled',
|
||||
'cacheCleanInterval',
|
||||
'server',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user