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:
parent
1b14426bea
commit
22ce1602aa
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
|
||||||
WSGIDaemonProcess koji lang=C.UTF-8
|
WSGIDaemonProcess koji lang=C.UTF-8
|
||||||
WSGIProcessGroup koji
|
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/">
|
<Directory "/usr/share/koji-web/scripts/">
|
||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
SetHandler wsgi-script
|
SetHandler wsgi-script
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue