This commit is contained in:
zscholl
2019-02-15 17:20:51 -07:00
parent 884b3759e7
commit 6f7a333623
+1 -1
View File
@@ -139,7 +139,7 @@ The full set of configuration options are:
- ``silent`` - bool: Only print errors (Default: True)
- ``log_file`` - str: Write log messages to a file at this path
- ``n_cpus`` - str: Number of process to run in parallel when parsing in CLI mode (Default: 1)
- ``chunksize`` - str: Number of files to give to each process when running in parallel. Setting this to a number larger than one can improve performance when processing thousands of filels
- ``chunksize`` - str: Number of files to give to each process when running in parallel. Setting this to a number larger than one can improve performance when processing thousands of files
- ``imap``
- ``host`` - str: The IMAP server hostname or IP address
- ``port`` - int: The IMAP server port (Default: 993)