From d9f4e30809a1cf48739aec3644733eb7e14f366d Mon Sep 17 00:00:00 2001 From: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:18:37 +0300 Subject: [PATCH] Update config.md --- src/config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config.md b/src/config.md index 25ac3625..2af78006 100644 --- a/src/config.md +++ b/src/config.md @@ -31,6 +31,7 @@ title: My Awesome Project slug: myproj src_dir: src tmp_dir: __folianttmp__ +multithread: false ``` `title` *(string)* @@ -45,6 +46,9 @@ tmp_dir: __folianttmp__ `tmp_dir` *(string)* : Name of the directory where the intermediate files will be stored during preprocessor pipeline execution. Default: `__folianttmp__`. +`multithread` *(bool)* +: 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`. + ### chapters *(list)*