increase client limit

This commit is contained in:
Florian Dold 2018-08-19 13:08:05 +02:00
parent 6982ccd78b
commit 2d7e9bc5aa
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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;