mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +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