aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-bcd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-09 12:08:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-09 12:08:12 +0000
commitcbe8d1a7959a31625a39812884b56a361030a789 (patch)
tree10ca81cf95773c0dfe6cdf55b14b9f649ab2682e /src/gns/gnunet-bcd.c
parent31e72f69a38c35d8471ca6c707fa024a211a5ec1 (diff)
downloadgnunet-cbe8d1a7959a31625a39812884b56a361030a789.tar.gz
gnunet-cbe8d1a7959a31625a39812884b56a361030a789.zip
-increase timeout for slow systems
Diffstat (limited to 'src/gns/gnunet-bcd.c')
-rw-r--r--src/gns/gnunet-bcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-bcd.c b/src/gns/gnunet-bcd.c
index 0b8e53326..c6404f8c4 100644
--- a/src/gns/gnunet-bcd.c
+++ b/src/gns/gnunet-bcd.c
@@ -365,7 +365,7 @@ server_start ()
365 &access_handler_callback, NULL, 365 &access_handler_callback, NULL,
366 MHD_OPTION_CONNECTION_LIMIT, (unsigned int) 512, 366 MHD_OPTION_CONNECTION_LIMIT, (unsigned int) 512,
367 MHD_OPTION_PER_IP_CONNECTION_LIMIT, (unsigned int) 2, 367 MHD_OPTION_PER_IP_CONNECTION_LIMIT, (unsigned int) 2,
368 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 16, 368 MHD_OPTION_CONNECTION_TIMEOUT, (unsigned int) 60,
369 MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (16 * 1024), 369 MHD_OPTION_CONNECTION_MEMORY_LIMIT, (size_t) (16 * 1024),
370 MHD_OPTION_END); 370 MHD_OPTION_END);
371 if (NULL == daemon_handle) 371 if (NULL == daemon_handle)