From f0ffe3f9d538d8af8a3a45e9720feb8965995467 Mon Sep 17 00:00:00 2001 From: Lubomir Bucek <lubomir.bucek@eox.at> Date: Mon, 27 Jul 2020 10:08:14 +0200 Subject: [PATCH] renderer timeout to 2min --- core/run-httpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/run-httpd.sh b/core/run-httpd.sh index 66c21bab..876e67b1 100644 --- a/core/run-httpd.sh +++ b/core/run-httpd.sh @@ -2,4 +2,4 @@ echo "Running gunicorn" -exec gunicorn --chdir ${INSTALL_DIR}/pvs_instance/ --bind :80 pvs_instance.wsgi:application --workers 8 --max-requests 10 --max-requests-jitter 3 --worker-class sync --timeout 600 --access-logfile - --error-logfile - --log-level warning --disable-redirect-access-to-syslog +exec gunicorn --chdir ${INSTALL_DIR}/pvs_instance/ --bind :80 pvs_instance.wsgi:application --workers 8 --max-requests 10 --max-requests-jitter 3 --worker-class sync --timeout 120 --access-logfile - --error-logfile - --log-level warning --disable-redirect-access-to-syslog -- GitLab