mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
fix(tests): update unconverter and add concurrency in debug output
This commit is contained in:
@@ -215,7 +215,7 @@ RUN \
|
|||||||
apt-get update -qq &&\
|
apt-get update -qq &&\
|
||||||
apt-get upgrade -yqq &&\
|
apt-get upgrade -yqq &&\
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -t trixie-backports libreoffice &&\
|
DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends -t trixie-backports libreoffice &&\
|
||||||
curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.1.1/unoconv -o /usr/bin/unoconverter &&\
|
curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.2.0/unoconv -o /usr/bin/unoconverter &&\
|
||||||
chmod +x /usr/bin/unoconverter &&\
|
chmod +x /usr/bin/unoconverter &&\
|
||||||
# unoconverter will look for the Python binary, which has to be at version 3.
|
# unoconverter will look for the Python binary, which has to be at version 3.
|
||||||
ln -s /usr/bin/python3 /usr/bin/python &&\
|
ln -s /usr/bin/python3 /usr/bin/python &&\
|
||||||
|
|||||||
@@ -84,9 +84,10 @@ Feature: /debug
|
|||||||
"chromium-host-resolver-rules": "",
|
"chromium-host-resolver-rules": "",
|
||||||
"chromium-ignore-certificate-errors": "false",
|
"chromium-ignore-certificate-errors": "false",
|
||||||
"chromium-incognito": "false",
|
"chromium-incognito": "false",
|
||||||
|
"chromium-max-concurrency": "6",
|
||||||
"chromium-max-queue-size": "0",
|
"chromium-max-queue-size": "0",
|
||||||
"chromium-proxy-server": "",
|
"chromium-proxy-server": "",
|
||||||
"chromium-restart-after": "10",
|
"chromium-restart-after": "100",
|
||||||
"chromium-start-timeout": "20s",
|
"chromium-start-timeout": "20s",
|
||||||
"gotenberg-build-debug-data": "true",
|
"gotenberg-build-debug-data": "true",
|
||||||
"gotenberg-graceful-shutdown-duration": "30s",
|
"gotenberg-graceful-shutdown-duration": "30s",
|
||||||
|
|||||||
Reference in New Issue
Block a user