From a8a960143fb5f786fae6bb040c36f0c559039231 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 1 Nov 2023 21:54:15 +0000 Subject: [PATCH] discourse: increase smtp timeouts --- cookbooks/community/templates/default/web_only.yml.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 1bcc6e037..7f285b2c4 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -51,6 +51,8 @@ env: DISCOURSE_SMTP_USER_NAME: DISCOURSE_SMTP_PASSWORD: DISCOURSE_SMTP_DOMAIN: community.openstreetmap.org + DISCOURSE_SMTP_OPEN_TIMEOUT: 30 + DISCOURSE_SMTP_READ_TIMEOUT: 30 DISCOURSE_NOTIFICATION_EMAIL: community@noreply.openstreetmap.org ## TODO: configure connectivity to the databases -- 2.45.1