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