From c2697725ead29c3c108a8e5f7a9f6ab7519ed7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 4 Jun 2023 21:55:50 +0200 Subject: Add new config option to set max number of IMAP connections. Default is 5 (as was the hard-coded value before). Closes issue #98. --- config.yml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.yml.example') 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"] -- cgit v1.2.3