lucene-cli: corrected description of lock verify-server MAX_CLIENTS in the documentation
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/380b05f7 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/380b05f7 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/380b05f7 Branch: refs/heads/master Commit: 380b05f74ba532ea354e42325eab2143eae790f6 Parents: 425d5e7 Author: Shad Storhaug <[email protected]> Authored: Fri Jul 21 03:21:53 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Fri Jul 21 03:21:53 2017 +0700 ---------------------------------------------------------------------- src/tools/lucene-cli/docs/lock/verify-server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/380b05f7/src/tools/lucene-cli/docs/lock/verify-server.md ---------------------------------------------------------------------- diff --git a/src/tools/lucene-cli/docs/lock/verify-server.md b/src/tools/lucene-cli/docs/lock/verify-server.md index a34dce1..9350580 100644 --- a/src/tools/lucene-cli/docs/lock/verify-server.md +++ b/src/tools/lucene-cli/docs/lock/verify-server.md @@ -20,7 +20,7 @@ Hostname or IP address that [verify-server](verify-server.md) will listen on. `MAX_CLIENTS` -The maximum number of connected clients. +The maximum number of threads that are observing the lock from within the verify-server process. When using [stress-test](stress-test.md), each thread will be used by a single connected client and the server won't start running until this number of clients is reached. ### Options @@ -30,6 +30,6 @@ Prints out a short help for the command. ### Example -Run the server on IP `127.0.0.4` with a maximum of 100 connected clients allowed: +Run the server on IP `127.0.0.4` with a 10 connected clients: -<code>dotnet lucene-cli.dll lock verify-server 127.0.0.4 100</code> +<code>dotnet lucene-cli.dll lock verify-server 127.0.0.4 10</code>
