mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
fix bug and add timeout
This commit is contained in:
@@ -37,4 +37,6 @@ splitlongparameters = false
|
||||
# SMTP超时时长,单位毫秒,缺省值不超时
|
||||
timeout = 0
|
||||
# Socket连接超时值,单位毫秒,缺省值不超时
|
||||
connectionTimeout = 0
|
||||
connectionTimeout = 0
|
||||
# Socket写出超时值,单位毫秒,缺省值不超时
|
||||
writeTimeout = 0
|
||||
|
||||
Reference in New Issue
Block a user