SMTP connections in mail_util.py should use a timeout which is configurable via the ini file, instead of using the default socket timeout (which ends up at 5 seconds in our current configuration)
allura:db/6186
Can force a timeout with something like smtp_timeout = 0.001 in your ini file.
smtp_timeout = 0.001
Log in to post a comment.
allura:db/6186
Can force a timeout with something like
smtp_timeout = 0.001
in your ini file.