Texlive needs ALMOST two full hours. Let's raise to just above the actual time

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-12-30 00:51:56 +00:00
parent 98100b01fd
commit ebf89e06c9
2 changed files with 3 additions and 3 deletions

View file

@ -364,7 +364,7 @@ listen modernpaste 0.0.0.0:10055
listen koji 0.0.0.0:10056
# This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259)
timeout server 2h
timeout server 3h
balance hdr(appserver)
server koji01 koji01:80 check inter 10s rise 1 fall 2
option httpchk GET /

View file

@ -1,8 +1,8 @@
ProxyPreserveHost On
# This needs to be massive due to koji's completeBuild with texlive (https://pagure.io/koji/issue/259)
ProxyTimeout 7200
TimeOut 7200
ProxyTimeout 10800
TimeOut 10800
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}