From baa544217faee4234cef189d0e48d206ce8e6934 Mon Sep 17 00:00:00 2001 From: zscholl Date: Fri, 15 Feb 2019 17:17:20 -0700 Subject: [PATCH] updated README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index e827f45..2c4b185 100644 --- a/README.rst +++ b/README.rst @@ -138,6 +138,8 @@ The full set of configuration options are: - ``debug`` - bool: Print debugging messages - ``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 - ``imap`` - ``host`` - str: The IMAP server hostname or IP address - ``port`` - int: The IMAP server port (Default: 993)