1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00

Update default.json

Update default.json after document server upgraded to 5.2.4-94
Without this new parameter onlyoffice-documentserver:spellchecker gc docservice converter doesn't start
The metrics still not start: ERROR (spawn error)
This commit is contained in:
yalh76 2018-12-14 06:25:46 +01:00 committed by GitHub
parent 9eee4dcb9f
commit b6c6de2259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,10 @@
}, },
"log": { "log": {
"filePath": "", "filePath": "",
"options": { "reloadSecs": 60 } "options": {
"reloadSecs": 60,
"replaceConsole": true
}
}, },
"queue": { "queue": {
"visibilityTimeout": 300, "visibilityTimeout": 300,