gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31207 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r31207 - gnunet/src/gns
Date: Mon, 9 Dec 2013 13:08:12 +0100

Author: grothoff
Date: 2013-12-09 13:08:12 +0100 (Mon, 09 Dec 2013)
New Revision: 31207

Modified:
   gnunet/src/gns/gnunet-bcd.c
Log:
-increase timeout for slow systems

Modified: gnunet/src/gns/gnunet-bcd.c
===================================================================
--- gnunet/src/gns/gnunet-bcd.c 2013-12-09 12:07:38 UTC (rev 31206)
+++ gnunet/src/gns/gnunet-bcd.c 2013-12-09 12:08:12 UTC (rev 31207)
@@ -365,7 +365,7 @@
                                     &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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]