Add missing error key to sample config

This commit is contained in:
Kailash Nadh 2018-11-26 17:15:40 +05:30
parent cbba955e57
commit a7954df70b
1 changed files with 5 additions and 0 deletions

View File

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