作者 王孝文

更新 application-sit.yml

@@ -50,8 +50,6 @@ feign: @@ -50,8 +50,6 @@ feign:
50 compression: 50 compression:
51 request: 51 request:
52 enabled: true 52 enabled: true
53 - min-request-size: 2048  
54 - max-request-size: 2097152000  
55 response: 53 response:
56 enabled: true 54 enabled: true
57 # hystrix If you need to use ThreadLocal bound variables in your RequestInterceptor`s 55 # hystrix If you need to use ThreadLocal bound variables in your RequestInterceptor`s
@@ -68,8 +66,8 @@ hystrix: @@ -68,8 +66,8 @@ hystrix:
68 66
69 #请求处理的超时时间 67 #请求处理的超时时间
70 ribbon: 68 ribbon:
71 - ReadTimeout: 100000  
72 - ConnectTimeout: 100000 69 + ReadTimeout: 10000
  70 + ConnectTimeout: 10000
73 71
74 # mybaits-plus配置 72 # mybaits-plus配置
75 mybatis-plus: 73 mybatis-plus: