mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 调整部分starter模块接口连接的 soTimeout 默认值为 5000毫秒
This commit is contained in:
@@ -116,7 +116,7 @@ public class WxOpenProperties {
|
||||
/**
|
||||
* 读数据超时时间,即socketTimeout,单位毫秒
|
||||
*/
|
||||
private int soTimeout = 1;
|
||||
private int soTimeout = 5000;
|
||||
|
||||
/**
|
||||
* 从连接池获取链接的超时时间,单位毫秒
|
||||
|
||||
Reference in New Issue
Block a user