From 8e8164a4f482fdae1a7ee6918d6561b85e739b50 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Thu, 4 Feb 2021 16:20:19 -0600 Subject: [PATCH] Do not make 1 emphatic in --thread-limit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f516fe40..e2ffb81b 100644 --- a/README.md +++ b/README.md @@ -1272,7 +1272,7 @@ on the client in parallel. Likewise, each accepted connection on the server is handled in parallel. Each of these sessions is handled via a single thread of execution. By default, Proxy Verifier limits the number of threads for handling these connections to 2,000. This limit can be changed via the `--thread-limit` -option. Setting a value of `1` on the client will effectively cause sessions +option. Setting a value of 1 on the client will effectively cause sessions to be replayed in serial.