Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll 2017-05-04 10:42:25 +02:00
commit 05cf41bd9e
1 changed files with 1 additions and 1 deletions

View File

@ -4947,7 +4947,7 @@ to avoid having a thread blocked by an unresponsive mail server:
[source,properties,indent=0]
----
spring.mail.properties.mail.smtp.connecttimeout=5000
spring.mail.properties.mail.smtp.connectiontimeout=5000
spring.mail.properties.mail.smtp.timeout=3000
spring.mail.properties.mail.smtp.writetimeout=5000
----