fix bug and add timeout

This commit is contained in:
Looly
2022-05-30 07:44:45 +08:00
parent 30692987ff
commit 60a068db3f
5 changed files with 57 additions and 23 deletions

View File

@@ -37,4 +37,6 @@ splitlongparameters = false
# SMTP超时时长单位毫秒缺省值不超时
timeout = 0
# Socket连接超时值单位毫秒缺省值不超时
connectionTimeout = 0
connectionTimeout = 0
# Socket写出超时值单位毫秒缺省值不超时
writeTimeout = 0