From e4e455068d5530caba11b47524495c150c33f57c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Wed, 22 Feb 2023 15:44:49 +0800
Subject: [PATCH] Update techhero-resources-subject-sitinner.yml

---
 techhero-resources-subject-sitinner.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/techhero-resources-subject-sitinner.yml b/techhero-resources-subject-sitinner.yml
index 07114a1..b89b463 100644
--- a/techhero-resources-subject-sitinner.yml
+++ b/techhero-resources-subject-sitinner.yml
@@ -80,6 +80,28 @@ spring:
         routing-key: subject.pay.callback.key
         exchange-name: subject.pay.exchange
         
+feign:
+  hystrix:
+    enabled: true
+  okhttp:
+    enabled: true
+  httpclient:
+    enabled: false
+  client:
+    config:
+      feignName:
+        connectTimeout: 10000
+        readTimeout: 20000
+      uploadFileFeign: 
+        connectTimeout: 20000
+        readTimeout: 30000
+  compression:
+    request:
+      enabled: true
+    response:
+      enabled: true
+
+        
 # 支付宝支付配置参数
 alipay:
   # 应用ID ,APPID
--
libgit2 0.26.0