Up the apache timeout

For a while we have been having trouble cloning nova from git.o.o,
particularly during busy times of the day or if we have a job that
needs to clone it multiple times across workers (turbo-hipster for
example).

After investigating the tcpdumps it appears to be because the
origin sends a RST during the git pack headers which regularly
takes more than 60 seconds now.

Co-Authored-By: Angus Lees <gus@inodes.org>
Change-Id: Id1078dfaed2a8e17ec086e13b53df51cb59d480c
This commit is contained in:
Joshua Hesketh 2015-06-17 11:26:43 +10:00
parent 81e09962b4
commit 864549a087
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ PidFile run/httpd.pid
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 60
Timeout 120
#
# KeepAlive: Whether or not to allow persistent connections (more than