浏览代码

Change sample error value to a sane number

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

+ 1 - 1
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.