Change sample error value to a sane number

This commit is contained in:
Kailash Nadh 2018-11-26 17:16:18 +05:30
parent a7954df70b
commit a7614ebfe8
1 changed files with 1 additions and 1 deletions

View File

@ -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.