From 9acc56f2c38f36862c296fea587879dc776f80a8 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Sun, 22 Oct 2023 15:18:48 +0700 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f30e44f..94cf42c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Changelog Version 3.8.0 (2023-10-22) -------------------------- -* +* Added `BATCH_DELIVERY_TIMEOUT` that specifies the maximum time allowed for each batch to be delivered. Defaults to 180 seconds. Thanks @selwin! Version 3.7.1 (2023-08-08) -------------------------- diff --git a/README.md b/README.md index 5d395087..350463f1 100644 --- a/README.md +++ b/README.md @@ -425,7 +425,8 @@ POST_OFFICE = { ``` Version 3.8 introduces a companion setting called `BATCH_DELIVERY_TIMEOUT`. This setting -specifies the maximum time allowed for each batch to be delivered. Defaults to 180. +specifies the maximum time allowed for each batch to be delivered, this is useful to guard against +cases where delivery process never terminates. Defaults to 180. If you send a large number of emails in a single batch on a slow connection, consider increasing this number.