exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2d7e9bc5aaa295a0de39bc43a95e3be550870fcc
parent 6982ccd78b185751553a01d1f420d5603ad2faca
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 19 Aug 2018 13:08:05 +0200

increase client limit

Diffstat:
Msrc/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 @@ -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;