From a7954df70bd5ec66fcd6ddbbf3dde0504c59a228 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 26 Nov 2018 17:15:40 +0530 Subject: [PATCH] Add missing error key to sample config --- config.toml.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml.sample b/config.toml.sample index edbe78a..31cf735 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -26,6 +26,11 @@ asset_path = "frontend/my/build" # mail server will concurrency = 100 +# The number of errors (eg: SMTP timeouts while e-mailing) a running +# campaign should tolerate before it is paused for manual +# investigation or intervention. Set to 0 to never pause. +max_send_errors = 10 + # Database. [db]