Skip to content

Commit c9512ad

Browse files
Documented threaded flag() issue workaround (#105)
Included quotation mark workaround for the threaded option within flags(). Signed-off-by: Zsolt Gyulai (zgyulai) <[email protected]>
2 parents 6fe7fc3 + 677e5fd commit c9512ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_includes/doc/admin-guide/options/source-flags.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@
117117
destination. For details on multithreading, see
118118
Multithreading and scaling in {{ site.product.short_name }}.
119119
120+
If a parsing or syntax error occurs, use `"threaded"` nested in quotation marks.
121+
122+
```config
123+
flags(
124+
validate-utf8
125+
"threaded"
126+
store-raw-message
127+
)
128+
```
129+
130+
120131
**NOTE:** The file destination uses multiple threads only if the
121132
destination filename contains macros.
122133
{: .notice--info}

0 commit comments

Comments
 (0)