commit cbe8d1a7959a31625a39812884b56a361030a789
parent 31e72f69a38c35d8471ca6c707fa024a211a5ec1
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 9 Dec 2013 12:08:12 +0000
-increase timeout for slow systems
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gns/gnunet-bcd.c b/src/gns/gnunet-bcd.c
@@ -365,7 +365,7 @@ server_start ()
&access_handler_callback, NULL,
MHD_OPTION_CONNECTION_LIMIT, (unsigned int) 512,
MHD_OPTION_PER_IP_CONNECTION_LIMIT, (unsigned int) 2,
- MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 16,
+ MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 60,
MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (16 * 1024),
MHD_OPTION_END);
if (NULL == daemon_handle)