作者 王孝文

更新 application-sit.yml

@@ -50,6 +50,8 @@ feign: @@ -50,6 +50,8 @@ 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
53 response: 55 response:
54 enabled: true 56 enabled: true
55 # hystrix If you need to use ThreadLocal bound variables in your RequestInterceptor`s 57 # hystrix If you need to use ThreadLocal bound variables in your RequestInterceptor`s