Jelajahi Sumber

feat:服务请求时间

wangshan 3 tahun lalu
induk
melakukan
90f1a4273e

+ 1 - 0
jyBXBase/api/etc/bxbase-api.yaml

@@ -1,6 +1,7 @@
 Name: bxbase-api
 Host: 0.0.0.0
 Port: 8006
+Timeout: 8000
 Gateway:
   ServerCode: jybxbase
   Etcd:

+ 1 - 0
jyBXBase/rpc/etc/bxbase.yaml

@@ -4,4 +4,5 @@ Etcd:
   Hosts:
   - 127.0.0.1:2379
   Key: bxbase.rpc
+Timeout: 8000
 Webrpcport: 8015

+ 1 - 0
jyBXBuyer/rpc/etc/bxbuyer.yaml

@@ -4,6 +4,7 @@ Etcd:
   Hosts:
   - 127.0.0.1:2379
   Key: bxbuyer.rpc
+Timeout: 8000
 Webrpcport: 8018
 BuyerCount: 500
 DefaultBuyerNames:

+ 2 - 1
jyBXCore/api/etc/bxcore-api.yaml

@@ -1,7 +1,8 @@
 Name: bxcore-api
 Host: 0.0.0.0
 Port: 8004
-Timeout: 15000
+Verbose: true
+Timeout: 12000
 Webrpcport: 8014
 Gateway:
   ServerCode: jybxcore

+ 1 - 0
jyBXCore/rpc/etc/bxcore.yaml

@@ -4,6 +4,7 @@ Etcd:
   Hosts:
     - 127.0.0.1:2379
   Key: bxcore.rpc
+Timeout: 12000
 Webrpcport: 8013
 BidSearchOldUserLimit: 1626105600
 LabelUrl:

+ 1 - 1
jyBXCore/rpc/etc/db.yaml

@@ -11,7 +11,7 @@ redis:
         - other=192.168.3.206:1712
 es:
     addr: http://192.168.3.206:9800
-    size: 30
+    size: 5
 mongo:
     main:
         dbName: qfw

+ 1 - 0
jyBXSubscribe/api/etc/bxsubscribe-api.yaml

@@ -1,6 +1,7 @@
 Name: bxsubscribe-api
 Host: 0.0.0.0
 Port: 8002
+Timeout: 8000
 Webrpcport: 8012
 Gateway:
   ServerCode: jybxsub

+ 1 - 0
jyBXSubscribe/rpc/etc/bxsubscribe.yaml

@@ -4,4 +4,5 @@ Etcd:
   Hosts:
   - 127.0.0.1:2379
   Key: bxsubscribe.rpc
+Timeout: 8000
 Webrpcport: 8011