diff --git a/config/discourse_defaults.conf b/config/discourse_defaults.conf index 23e1669a83a..1007417f872 100644 --- a/config/discourse_defaults.conf +++ b/config/discourse_defaults.conf @@ -95,6 +95,12 @@ smtp_openssl_verify_mode = # force implicit TLS as per RFC 8314 3.3 smtp_force_tls = false +# number of seconds to wait while attempting to open a SMTP connection +smtp_open_timeout = 5 + +# Number of seconds to wait until timing-out a SMTP read(2) call +smtp_read_timeout = 5 + # load MiniProfiler in production, to be used by developers load_mini_profiler = true