Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cli reference docs for vertx-worker-pool-size #220

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,39 @@ tls-allow-ca-clients

Allows clients signed with trusted CA certificates to connect.

### `vertx-worker-pool-size`

<!--tabs-->

# Syntax

```bash title="Syntax"
--vertx-worker-pool-size=<INTEGER>
```

# Example

```bash
--vertx-worker-pool-size=40
```

# Environment variable

```bash
WEB3SIGNER_VERTX_WORKER_POOL_SIZE=40
```

# Configuration file

```bash
vertx-worker-pool-size: 40
```

<!--/tabs-->

Vert.x worker pool size used for processing requests.
The default is `20`.

### `help`

```bash title="Syntax"
Expand Down
1 change: 1 addition & 0 deletions project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ usbarmory
vannicatte
vercel
verifymethod
vertx
vetter
vfile
vicenti
Expand Down