Skip to content

Commit e3d13a8

Browse files
committed
Admin: multithreading:final style
Signed-off-by: Lynette Miles <[email protected]>
1 parent 08e4bb3 commit e3d13a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/multithreading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Inputs aren't internally aware of multithreading. If an input runs in threaded m
3737

3838
## Outputs
3939

40-
When outputs flush data, they can either perform this operation inside Fluent Bit's main thread or inside a separate dedicated thread called a _worker_. Each output can have one or more workers running in parallel, and each worker can handle multiple concurrent flushes. You can configure this behavior by changing the value of the `workers` setting.
40+
When outputs flush data, they can either perform this operation inside the main Fluent Bit thread or inside a separate dedicated thread called a _worker_. Each output can have one or more workers running in parallel, and each worker can handle multiple concurrent flushes. You can configure this behavior by changing the value of the `workers` setting.
4141

42-
All outputs are capable of running in multiple workers, and each output has a default value of `0`, `1`, or `2` workers. However, even if an output uses workers by default, you can safely reduce the number of workers below the default or disable workers entirely.
42+
All outputs are capable of running in multiple workers, and each output has a default value of `0`, `1`, or `2` workers. However, even if an output uses workers by default, you can safely reduce the number of workers under the default or disable workers entirely.

0 commit comments

Comments
 (0)