浏览代码

Add missing error key to sample config

Kailash Nadh 6 年之前
父节点
当前提交
a7954df70b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      config.toml.sample

+ 5 - 0
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]