From 718966e46791af18d800f8f826fadb2c9db90e77 Mon Sep 17 00:00:00 2001 From: Sergey Konovalov Date: Wed, 21 May 2025 18:29:53 +0300 Subject: [PATCH] [config] Increase visibilityTimeout to 15min for develop environment --- Common/config/development-linux.json | 3 +++ Common/config/development-mac.json | 3 +++ Common/config/development-windows.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/Common/config/development-linux.json b/Common/config/development-linux.json index 91569c13..6e3a49b3 100644 --- a/Common/config/development-linux.json +++ b/Common/config/development-linux.json @@ -2,6 +2,9 @@ "log": { "filePath": "../Common/config/log4js/development.json" }, + "queue": { + "visibilityTimeout": 900 + }, "storage": { "fs": { "folderPath": "../App_Data" diff --git a/Common/config/development-mac.json b/Common/config/development-mac.json index dcfb0207..12959f4c 100644 --- a/Common/config/development-mac.json +++ b/Common/config/development-mac.json @@ -2,6 +2,9 @@ "log": { "filePath": "../Common/config/log4js/development.json" }, + "queue": { + "visibilityTimeout": 900 + }, "storage": { "fs": { "folderPath": "../App_Data" diff --git a/Common/config/development-windows.json b/Common/config/development-windows.json index eb1e5718..54c6abcd 100644 --- a/Common/config/development-windows.json +++ b/Common/config/development-windows.json @@ -2,6 +2,9 @@ "log": { "filePath": "../Common/config/log4js/development.json" }, + "queue": { + "visibilityTimeout": 900 + }, "storage": { "fs": { "folderPath": "../App_Data"