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