svn commit: samba r19226 - in branches/SAMBA_4_0_RELEASE/source/web_server: .

abartlet at samba.org abartlet at samba.org
Tue Oct 10 08:58:14 GMT 2006


Author: abartlet
Date: 2006-10-10 08:58:12 +0000 (Tue, 10 Oct 2006)
New Revision: 19226

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19226

Log:
Merge from SAMBA_4_0:

30 seconds is too short for a Samba4 provision to finish.  Make the
timeout longer.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0_RELEASE/source/web_server/web_server.c


Changeset:
Modified: branches/SAMBA_4_0_RELEASE/source/web_server/web_server.c
===================================================================
--- branches/SAMBA_4_0_RELEASE/source/web_server/web_server.c	2006-10-10 08:55:44 UTC (rev 19225)
+++ branches/SAMBA_4_0_RELEASE/source/web_server/web_server.c	2006-10-10 08:58:12 UTC (rev 19226)
@@ -32,7 +32,7 @@
 #include "lib/tls/tls.h"
 
 /* don't allow connections to hang around forever */
-#define HTTP_TIMEOUT 30
+#define HTTP_TIMEOUT 120
 
 /*
   destroy a web connection



More information about the samba-cvs mailing list