Skip to content

Commit 05eae81

Browse files
111andre111andsel
authored andcommitted
added documentation for executor_threads
1 parent 4e1a2a7 commit 05eae81

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/index.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,11 @@ This plugin supports the following configuration options plus the <<plugins-{typ
162162
| <<plugins-{type}s-{plugin}-add_hostname>> |<<boolean,boolean>>|No
163163
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|No
164164
| <<plugins-{type}s-{plugin}-client_inactivity_timeout>> |<<number,number>>|No
165+
<<<<<<< HEAD
165166
| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
167+
=======
168+
| <<plugins-{type}s-{plugin}-executor_threads>> |<<number,number>>|No
169+
>>>>>>> added documentation for executor_threads
166170
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
167171
| <<plugins-{type}s-{plugin}-include_codec_tag>> |<<boolean,boolean>>|No
168172
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
@@ -210,6 +214,7 @@ The list of ciphers suite to use, listed by priorities.
210214
211215
Close Idle clients after X seconds of inactivity.
212216
217+
<<<<<<< HEAD
213218
[id="plugins-{type}s-{plugin}-ecs_compatibility"]
214219
===== `ecs_compatibility`
215220
@@ -223,6 +228,15 @@ Close Idle clients after X seconds of inactivity.
223228
** Otherwise, the default value is `disabled`.
224229
225230
Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed information.
231+
=======
232+
[id="plugins-{type}s-{plugin}-executor_threads"]
233+
===== `executor_threads`
234+
235+
* Value type is <<number,number>>
236+
* Default value is 1 executor thread per CPU core
237+
238+
The number of parallel executor threads.
239+
>>>>>>> added documentation for executor_threads
226240

227241
[id="plugins-{type}s-{plugin}-host"]
228242
===== `host`

0 commit comments

Comments
 (0)