Skip to content

Commit 07843a1

Browse files
committed
Added threaded issue workaround
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent d523112 commit 07843a1

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)