diff options
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index f235928..7102671 100644 --- a/config.yml.example +++ b/config.yml.example @@ -34,6 +34,8 @@ timeout: 30 # Maximum number of failures allowed before they are reported in normal mode. # By default, failures are only visible in verbose mode. Most feeds tend to suffer from temporary failures. max-failures: 10 +# Maximum number of concurrent IMAP connections opened. +max-imap-connections: 5 # Parts to generate in the resulting emails. # Valid parts are "text" and "html" parts: ["text", "html"] |