mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[config] Increase visibilityTimeout to 15min for develop environment
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
"log": {
|
||||
"filePath": "../Common/config/log4js/development.json"
|
||||
},
|
||||
"queue": {
|
||||
"visibilityTimeout": 900
|
||||
},
|
||||
"storage": {
|
||||
"fs": {
|
||||
"folderPath": "../App_Data"
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
"log": {
|
||||
"filePath": "../Common/config/log4js/development.json"
|
||||
},
|
||||
"queue": {
|
||||
"visibilityTimeout": 900
|
||||
},
|
||||
"storage": {
|
||||
"fs": {
|
||||
"folderPath": "../App_Data"
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
"log": {
|
||||
"filePath": "../Common/config/log4js/development.json"
|
||||
},
|
||||
"queue": {
|
||||
"visibilityTimeout": 900
|
||||
},
|
||||
"storage": {
|
||||
"fs": {
|
||||
"folderPath": "../App_Data"
|
||||
|
||||
Reference in New Issue
Block a user