Добавлена периодическая проверка изменений inpx

для автоматического пересоздания поисковой БД
This commit is contained in:
Book Pauk
2022-10-02 15:54:40 +07:00
parent 0946941e59
commit fe0f272acc
3 changed files with 33 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ module.exports = {
maxFilesDirSize: 1024*1024*1024,//1Gb
queryCacheEnabled: true,
cacheCleanInterval: 60,//minutes
inpxCheckInterval: 60,//minutes
lowMemoryMode: false,
webConfigParams: ['name', 'version', 'branch', 'bookReadLink'],

View File

@@ -10,6 +10,7 @@ const propsToSave = [
'maxFilesDirSize',
'queryCacheEnabled',
'cacheCleanInterval',
'inpxCheckInterval',
'lowMemoryMode',
'server',
];