Commit d66c9fea authored by matianhao's avatar matianhao

[配置] <fix> 修改 socketTimeout 超时时间

parent ba1dc654
......@@ -46,7 +46,7 @@ public class RestTemplateConfig {
RequestConfig requestConfig = RequestConfig.custom()
//返回数据的超时时间
.setSocketTimeout(30000)
.setSocketTimeout(120000)
//连接上服务器的超时时间
.setConnectTimeout(10000)
//从连接池中获取连接的超时时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment