mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.2.6
This commit is contained in:
14
doc/docs/files/10113_超时设置.md
Normal file
14
doc/docs/files/10113_超时设置.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 超时设置
|
||||
|
||||
当微服务处理业务逻辑时间过长,网关会报超时错误,默认等待时间是5秒。
|
||||
|
||||
可在网关指定`spring.cloud.gateway.httpclient.response-timeout`参数设置超时时间,单位毫秒
|
||||
|
||||
```properties
|
||||
# 设置响应超时10秒
|
||||
spring.cloud.gateway.httpclient.response-timeout=10000
|
||||
```
|
||||
|
||||
更多配置参见:`org.springframework.cloud.gateway.config.HttpClientProperties`
|
||||
|
||||
测试用例参见:`com.gitee.sop.test.TimeoutTest`
|
Reference in New Issue
Block a user