gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: increase client lim


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: increase client limit
Date: Sun, 19 Aug 2018 13:09:14 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2d7e9bc5 increase client limit
2d7e9bc5 is described below

commit 2d7e9bc5aaa295a0de39bc43a95e3be550870fcc
Author: Florian Dold <address@hidden>
AuthorDate: Sun Aug 19 13:08:05 2018 +0200

    increase client limit
---
 src/benchmark/taler-exchange-benchmark.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index 828ac7c4..c7dbdb4d 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -871,7 +871,7 @@ main (int argc,
     GNUNET_CONFIGURATION_destroy (cfg);
     return BAD_CONFIG_FILE;
   }
-  if (howmany_clients > 1024)
+  if (howmany_clients > 10240)
   {
     TALER_LOG_ERROR ("-p option value given is too large\n");
     return BAD_CLI_ARG;

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



reply via email to

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