Skip to content

Commit

Permalink
Documented threaded flag() issue workaround (#105)
Browse files Browse the repository at this point in the history
Included quotation mark workaround for the threaded option within
flags().

Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]>
  • Loading branch information
zsoltgyulai94 authored Jul 18, 2024
2 parents 6fe7fc3 + 677e5fd commit c9512ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _includes/doc/admin-guide/options/source-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,17 @@
destination. For details on multithreading, see
Multithreading and scaling in {{ site.product.short_name }}.

If a parsing or syntax error occurs, use `"threaded"` nested in quotation marks.

```config
flags(
validate-utf8
"threaded"
store-raw-message
)
```


**NOTE:** The file destination uses multiple threads only if the
destination filename contains macros.
{: .notice--info}
Expand Down

0 comments on commit c9512ad

Please sign in to comment.