ZhangYuanSheng1217 / RestfulTool

一套 Restful 服务开发辅助工具集
GNU Affero General Public License v3.0
262 stars 90 forks source link

[future] Http tools增加连接超时和读取超时参数 #104

Closed fishandsheep closed 1 month ago

fishandsheep commented 1 year ago

原有请求超时设置的是10s,包含连接超时(ConnectionTimeout)读取超时(ReadTimeout),且无法修改。

根据个人实践,在设置中增加这两项配置:ConnectionTimeout 3sReadTimeout 30s

截图