From 1791cfeb91493f111b58b6677acdb9a6221fd6d7 Mon Sep 17 00:00:00 2001 From: Simon Dudley Date: Tue, 14 Nov 2023 12:45:06 +1000 Subject: [PATCH 1/3] Add cli reference docs for vertx-worker-pool-size --- docs/reference/cli/options.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/docs/reference/cli/options.md b/docs/reference/cli/options.md index 2ee17c0..5228323 100644 --- a/docs/reference/cli/options.md +++ b/docs/reference/cli/options.md @@ -738,6 +738,40 @@ tls-allow-ca-clients Allows clients signed with trusted CA certificates to connect. +### `vertx-worker-pool-size` + + + +# Syntax + +```bash title="Syntax" +--vertx-worker-pool-size= +``` + +# Example + +```bash +--vertx-worker-pool-size=40 +``` + +# Environment variable + +```bash +WEB3SIGNER_VERTX_WORKER_POOL_SIZE=40 +``` + +# Configuration file + +```bash +vertx-worker-pool-size: 40 +``` + + + +Configure the Vert.x worker pool size used for processing requests. + +The default value is 20. + ### `help` ```bash title="Syntax" From c876d2f23505759e6a5aa1817c663c0cea76e325 Mon Sep 17 00:00:00 2001 From: Simon Dudley Date: Tue, 14 Nov 2023 12:52:57 +1000 Subject: [PATCH 2/3] Add vertx to project words --- project-words.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/project-words.txt b/project-words.txt index 8174b8d..c808d40 100644 --- a/project-words.txt +++ b/project-words.txt @@ -442,6 +442,7 @@ usbarmory vannicatte vercel verifymethod +vertx vetter vfile vicenti From 946f8d7bd202dd09f2b20fb173359dd0f6fa9572 Mon Sep 17 00:00:00 2001 From: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:02:15 -0800 Subject: [PATCH 3/3] Update docs/reference/cli/options.md --- docs/reference/cli/options.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/reference/cli/options.md b/docs/reference/cli/options.md index 5228323..5c0c687 100644 --- a/docs/reference/cli/options.md +++ b/docs/reference/cli/options.md @@ -768,9 +768,8 @@ vertx-worker-pool-size: 40 -Configure the Vert.x worker pool size used for processing requests. - -The default value is 20. +Vert.x worker pool size used for processing requests. +The default is `20`. ### `help`