[config] Increase visibilityTimeout to 15min for develop environment

This commit is contained in:
Sergey Konovalov
2025-05-21 18:29:53 +03:00
parent d33995b5ac
commit 088d8fa9dd
3 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,9 @@
"log": {
"filePath": "../Common/config/log4js/development.json"
},
"queue": {
"visibilityTimeout": 900
},
"storage": {
"fs": {
"folderPath": "../App_Data"

View File

@ -2,6 +2,9 @@
"log": {
"filePath": "../Common/config/log4js/development.json"
},
"queue": {
"visibilityTimeout": 900
},
"storage": {
"fs": {
"folderPath": "../App_Data"

View File

@ -2,6 +2,9 @@
"log": {
"filePath": "../Common/config/log4js/development.json"
},
"queue": {
"visibilityTimeout": 900
},
"storage": {
"fs": {
"folderPath": "../App_Data"