1
0
Fork 0

changed option description

This commit is contained in:
jsteemann 2017-04-26 13:37:40 +02:00
parent 48526109b5
commit 9161d48788
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ void SchedulerFeature::collectOptions(
new UInt64Parameter(&_nrMaximalThreads));
options->addOption("--server.maximal-queue-size",
"maximum queue length for asynchronous operations (use 0 for unrestricted)",
"maximum queue length for pending operations (use 0 for unrestricted)",
new UInt64Parameter(&_queueSize));
options->addOldOption("scheduler.threads", "server.threads");