В конфиг добавлен параметр dbCacheSize

This commit is contained in:
Book Pauk
2022-10-19 13:30:00 +07:00
parent 43921953a7
commit af3bac6a09
4 changed files with 12 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ module.exports = {
bookReadLink: '',
loggingEnabled: true,
dbCacheSize: 5,
maxPayloadSize: 500,//in MB
maxFilesDirSize: 1024*1024*1024,//1Gb
queryCacheEnabled: true,

View File

@@ -8,6 +8,7 @@ const propsToSave = [
'accessPassword',
'bookReadLink',
'loggingEnabled',
'dbCacheSize',
'maxFilesDirSize',
'queryCacheEnabled',
'cacheCleanInterval',