🎨 调整部分starter模块接口连接的 soTimeout 默认值为 5000毫秒
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 从连接池获取链接的超时时间,单位毫秒
|
||||
|
||||
Reference in New Issue
Block a user