From ae929c6bf78f7828bbf3b4bcad7d35e2daf832aa Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Mon, 30 Nov 2015 11:14:10 -0700 Subject: [PATCH] Increase timeout from 300 to 1000. --- apache/v2/httpd.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/v2/httpd.conf.in b/apache/v2/httpd.conf.in index d7dcac365..b9534b1d7 100644 --- a/apache/v2/httpd.conf.in +++ b/apache/v2/httpd.conf.in @@ -73,7 +73,7 @@ PidFile /var/run/httpd.pid # # Timeout: The number of seconds before receives and sends time out. # -Timeout 300 +Timeout 1000 # # KeepAlive: Whether or not to allow persistent connections (more than -- GitLab