removing server timeouts as some process might take time + improving default commands' timeouts + godoc for app and main packages

This commit is contained in:
Julien Neuhart
2018-03-30 11:09:23 +02:00
parent 89136d51cf
commit 91f5240cfd
3 changed files with 18 additions and 15 deletions

View File

@@ -13,13 +13,13 @@ logs:
commands:
html:
timeout: 10
timeout: 30
template: "xvfb-run -e /dev/stdout wkhtmltopdf {{ .FilePath }} {{ .ResultFilePath }}"
office:
timeout: 10
timeout: 30
template: "unoconv --format pdf --output \"{{ .ResultFilePath }}\" \"{{ .FilePath }}\""
merge:
timeout: 10
timeout: 30
template: "pdftk {{ range $filePath := .FilesPaths }} {{ $filePath }} {{ end }} cat output {{ .ResultFilePath }}"