You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ title: My Awesome Project
31
31
slug: myproj
32
32
src_dir: src
33
33
tmp_dir: __folianttmp__
34
+
multithread: false
34
35
```
35
36
36
37
`title` *(string)*
@@ -45,6 +46,9 @@ tmp_dir: __folianttmp__
45
46
`tmp_dir`*(string)*
46
47
: Name of the directory where the intermediate files will be stored during preprocessor pipeline execution. Default: `__folianttmp__`.
47
48
49
+
`multithread`*(bool)*
50
+
: The option enables multithreaded processing of files and tags by preprocessors using the `BasePreprocessorExt` class from [foliantcontrib.utils](https://github.com/foliant-docs/foliantcontrib.utils). Default: `false`.
0 commit comments