container/hub: increase the httpd's timeout

CGImport seems to be slow in certain cases. Let's increase the timeout,
otherwise CGImport for the 10 GiB RAW AMI might exceed it.

Fun fact: Fedora's Koji has the timeout configured to 10800 seconds. 🤯
This commit is contained in:
Ondřej Budai 2023-01-04 14:58:00 +01:00 committed by Tomáš Hozza
parent 1b14426bea
commit 22ce1602aa

View file

@ -7,6 +7,9 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
WSGIDaemonProcess koji lang=C.UTF-8
WSGIProcessGroup koji
# CGImport tends to be slow, let's give the request more time than the default 60 seconds
TimeOut 300
<Directory "/usr/share/koji-web/scripts/">
Options ExecCGI
SetHandler wsgi-script