summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-11 06:31:43 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-11 06:31:43 +0200
commit30191a8ae5908464268569ff4064a87482fb25bc (patch)
tree5213fd41a36940f79bc06022363514c97138440f /src/exchange/taler-exchange-httpd.c
parent657afbb5d66e6a79dcd61184950489febfc98a33 (diff)
downloadexchange-30191a8ae5908464268569ff4064a87482fb25bc.tar.gz
exchange-30191a8ae5908464268569ff4064a87482fb25bc.tar.bz2
exchange-30191a8ae5908464268569ff4064a87482fb25bc.zip
be aggressive
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 286614a5c..c6c3b540c 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -965,7 +965,7 @@ main (int argc,
(-1 == fh) ? serve_port : 0,
NULL, NULL,
&handle_mhd_request, NULL,
- MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) 24,
+ MHD_OPTION_THREAD_POOL_SIZE, (unsigned int) 32,
MHD_OPTION_LISTEN_BACKLOG_SIZE, (unsigned int) 1024,
MHD_OPTION_LISTEN_SOCKET, fh,
MHD_OPTION_EXTERNAL_LOGGER, &handle_mhd_logs, NULL,