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:
parent
9eee4dcb9f
commit
b6c6de2259
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,10 @@
|
||||||
},
|
},
|
||||||
"log": {
|
"log": {
|
||||||
"filePath": "",
|
"filePath": "",
|
||||||
"options": { "reloadSecs": 60 }
|
"options": {
|
||||||
|
"reloadSecs": 60,
|
||||||
|
"replaceConsole": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"queue": {
|
"queue": {
|
||||||
"visibilityTimeout": 300,
|
"visibilityTimeout": 300,
|
||||||
|
|
Loading…
Add table
Reference in a new issue