Skip to content

Commit ca917ab

Browse files
committed
added documentation for executor_threads
1 parent c9f5488 commit ca917ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/index.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
9393
| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
9494
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
9595
| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
96+
| <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
9697
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
9798
| <<plugins-{type}s-{plugin}-include_codec_tag>> |<<boolean,boolean>>|No
9899
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
@@ -140,6 +141,14 @@ The list of ciphers suite to use, listed by priorities.
140141

141142
Close Idle clients after X seconds of inactivity.
142143

144+
[id="plugins-{type}s-{plugin}-executor_threads"]
145+
===== `executor_threads`
146+
147+
* Value type is <<number,number>>
148+
* Default value is 1 executor thread per CPU core
149+
150+
The number of parallel executor threads.
151+
143152
[id="plugins-{type}s-{plugin}-host"]
144153
===== `host`
145154

0 commit comments

Comments
 (0)