From a7614ebfe8d54fdc9ab37cdd673ab4fa323a0e98 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 26 Nov 2018 17:16:18 +0530 Subject: [PATCH] Change sample error value to a sane number --- config.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.sample b/config.toml.sample index 31cf735..e97ace0 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -29,7 +29,7 @@ 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 +max_send_errors = 1000 # Database.