🎨 调整部分starter模块接口连接的 soTimeout 默认值为 5000毫秒

This commit is contained in:
痴货 2025-07-16 15:05:00 +00:00 committed by Binary Wang
parent 62f89987c0
commit 4754a562ca
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ public class WxMpProperties {
/**
* 读数据超时时间即socketTimeout单位毫秒
*/
private int soTimeout = 1;
private int soTimeout = 5000;
/**
* 从连接池获取链接的超时时间单位毫秒

View File

@ -116,7 +116,7 @@ public class WxOpenProperties {
/**
* 读数据超时时间即socketTimeout单位毫秒
*/
private int soTimeout = 1;
private int soTimeout = 5000;
/**
* 从连接池获取链接的超时时间单位毫秒