Skip to content

Commit

Permalink
Do not make 1 emphatic in --thread-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt committed Feb 4, 2021
1 parent 087df16 commit 8e8164a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e8164a

Please sign in to comment.