mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
replacing multiprocessing pool with pipe (#491)
* replacing multiprocessing pool with pipe * code styling fix * dropping obsolete chunk_size config parameter
This commit is contained in:
@@ -126,8 +126,6 @@ The full set of configuration options are:
|
||||
- `log_file` - str: Write log messages to a file at this path
|
||||
- `n_procs` - int: Number of process to run in parallel when
|
||||
parsing in CLI mode (Default: `1`)
|
||||
- `chunk_size` - int: Number of files to give to each process
|
||||
when running in parallel.
|
||||
|
||||
:::{note}
|
||||
Setting this to a number larger than one can improve
|
||||
|
||||
Reference in New Issue
Block a user