gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 05/05: avoid backlog issue by increasing b


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 05/05: avoid backlog issue by increasing backlog size
Date: Sat, 11 Aug 2018 02:49:15 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 18736c4b91fbd7b24d733e9d457d09615ad35020
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Aug 11 02:49:08 2018 +0200

    avoid backlog issue by increasing backlog size
---
 src/exchange/taler-exchange-httpd.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 9c9579e..19c318d 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -948,7 +948,8 @@ main (int argc,
                         (-1 == fh) ? serve_port : 0,
                         NULL, NULL,
                         &handle_mhd_request, NULL,
-                        MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) 16,
+                        MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) 24,
+                        MHD_OPTION_LISTEN_BACKLOG_SIZE, (unsigned int) 1024,
                         MHD_OPTION_LISTEN_SOCKET, fh,
                         MHD_OPTION_EXTERNAL_LOGGER, &handle_mhd_logs, NULL,
                         MHD_OPTION_NOTIFY_COMPLETED, 
&handle_mhd_completion_callback, NULL,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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