From d42f7aa301f8f8813376b5bcc478964bd23644ac Mon Sep 17 00:00:00 2001 From: Chandler May Date: Thu, 11 Jul 2024 16:20:55 +0000 Subject: [PATCH] Fix email_interval parameter name in configuration docs. --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 36c9aa1ed6..c4b1fdbe0c 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -438,7 +438,7 @@ traceback_max_length Parameters controlling the contents of batch notifications sent from the scheduler -email_interval_minutes +email_interval Number of minutes between e-mail sends. Making this larger results in fewer, bigger e-mails. Defaults to 60.