From: Grant Slater Date: Wed, 1 Nov 2023 21:54:15 +0000 (+0000) Subject: discourse: increase smtp timeouts X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a8a960143fb5f786fae6bb040c36f0c559039231 discourse: increase smtp timeouts --- 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