From e966f1555647770f6d1b25511d57e16740217848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Jan 2019 15:56:30 +0100 Subject: [PATCH] debian: sync gunicorn timeout of systemd unit with init.d script (#29533) --- debian/authentic2-multitenant.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/authentic2-multitenant.service b/debian/authentic2-multitenant.service index 467e8c93d..723e8240e 100644 --- a/debian/authentic2-multitenant.service +++ b/debian/authentic2-multitenant.service @@ -14,7 +14,7 @@ ExecStart=/usr/bin/gunicorn \ --bind unix:/run/%p/%p.sock \ --worker-class=sync \ --workers 5 \ - --timeout=30 \ + --timeout=60 \ --name %p \ authentic2.wsgi:application ExecReload=/bin/kill -HUP $MAINPID