We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e02b9 commit a761f76Copy full SHA for a761f76
docs/guide/cli.md
@@ -32,7 +32,7 @@ By default taskiq uses **threadpool**. Here are some worker CLI options that can
32
33
* `--use-process-pool` to switch to `ProcessPoolExecutor`;
34
* `--max-process-pool-processes` to manually specify worker processes;
35
-* `--max-threadpool-threads` to configure maximum threads for `ThreadPoolExecutor` if it's the one being used;
+* `--max-threadpool-threads` to configure maximum threads for `ThreadPoolExecutor` if it's the one being used.
36
37
### Auto importing
38
0 commit comments