1
|
-# global configurations, ConfigReader will write this file to zookeeper.
|
|
|
2
|
-
|
|
|
3
|
-# enable trace
|
|
|
4
|
-trace.exporter.enable=false
|
|
|
5
|
-
|
|
|
6
|
-# enable report event to influxdb
|
|
|
7
|
-alarm.write.enable=true
|
|
|
8
|
-
|
|
|
9
|
-#alarm sample per
|
|
|
10
|
-alarm.sampler=0.2
|
|
|
11
|
-
|
|
|
12
|
-#limit app version, older version not allow to request
|
|
|
13
|
-gateway.limit.app.version=5.5.2
|
|
|
14
|
-
|
|
|
15
|
-gateway.limit.uid.length=10
|
|
|
16
|
-
|
|
|
17
|
-#verify session scope
|
|
|
18
|
-gateway.session.isVerifyAllMethod=true
|
|
|
19
|
-#ignore session method
|
|
|
20
|
-gateway.session.ignoreMethods=
|
|
|
21
|
-#escape session verify param
|
|
|
22
|
-gateway.client.secret.h5=NGJjYjhkNmwwZGM0OTk0YmQyMTMwZjlmoTZmzjY4cjN
|
|
|
23
|
-
|
|
|
24
|
-#message signature verify on-off
|
|
|
25
|
-gateway.security.isSignatureVerifyEnable=true
|
|
|
26
|
-#signature verify in dynamic
|
|
|
27
|
-gateway.security.isSignatureVerifyInDynamic=false
|
|
|
28
|
-#verify signature scope
|
|
|
29
|
-gateway.signature.isVerifyAllMethod=true
|
|
|
30
|
-#ignore signature method
|
|
|
31
|
-gateway.signature.ignoreMethods=
|
|
|
32
|
-
|
|
|
33
|
-cache.degrade.sync.enable=true
|
|
|
34
|
-
|
|
|
35
|
-yoho.core.ehcache.enable=true
|
|
|
36
|
-
|
|
|
37
|
-yoho.core.producer.async.enable=false
|
|
|
38
|
-
|
|
|
39
|
-yoho.core.redis.async.enable=false
|
|
|
40
|
-
|
|
|
41
|
-gateway.switch.order.applePayBindBoot.enable=true
|
|
|
42
|
-
|
|
|
43
|
-# product detail, get storage, true:degrade, false:not degrade, can
|
|
|
44
|
-gateway.degrade.product.queryProductCallBackData.enable=false
|
|
|
45
|
-
|
|
|
46
|
-# product detail, query Consults, true:degrade, false:not degrade, can
|
|
|
47
|
-gateway.degrade.product.consult.enable=false
|
|
|
48
|
-
|
|
|
49
|
-# product detail, query comment, true:degrade, false:not degrade, can
|
|
|
50
|
-gateway.degrade.product.comment.enable=false
|
|
|
51
|
-
|
|
|
52
|
-# limit product detail, true:degrade, false:not degrade, can
|
|
|
53
|
-gateway.degrade.product.limitProduct.enable=false
|
|
|
54
|
-
|
|
|
55
|
-# product detail, isFavorite, true:degrade, false:not degrade, can
|
|
|
56
|
-gateway.degrade.product.isFavorite.enable=false
|
|
|
57
|
-
|
|
|
58
|
-# product detail, shops favorite count, true:degrade, false:not degrade, can
|
|
|
59
|
-gateway.degrade.product.shopsFavoriteCount=false
|
|
|
60
|
-
|
|
|
61
|
-# product detail, isFavorite, true:degrade, false:not degrade, can
|
|
|
62
|
-gateway.degrade.product.batchCheckIsFavorite.enable=false
|
|
|
63
|
-
|
|
|
64
|
-# product market price show, true:degrade, false:not degrade, can
|
|
|
65
|
-gateway.degrade.product.marketPriceShow.enable=true
|
|
|
66
|
-gateway.degrade.product.promotionPriceShow.enable=false
|
|
|
67
|
-# limit product channel, query User Reminder list, true:degrade, false:not degrade, can
|
|
|
68
|
-gateway.degrade.product.queryUserReminder.enable=false
|
|
|
69
|
-
|
|
|
70
|
-# limit product detail, query ReminderCount And HasReminder, true:degrade, false:not degrade, can
|
|
|
71
|
-gateway.degrade.product.queryReminderCountAndHasReminder.enable=false
|
|
|
72
|
-
|
|
|
73
|
-# product detail, check limitcode expired, true:degrade, false:not degrade, can
|
|
|
74
|
-gateway.degrade.product.promotion.getLimitSKNByBatchNO.enable=false
|
|
|
75
|
-
|
|
|
76
|
-# limit product detail, check product status, true:degrade, false:not degrade, can
|
|
|
77
|
-gateway.degrade.product.product.batchQueryProductBasicInfo.enable=false
|
|
|
78
|
-
|
|
|
79
|
-# limit product detail, check product storage, true:degrade, false:not degrade, can
|
|
|
80
|
-gateway.degrade.product.product.queryStorageByProductSkn.enable=false
|
|
|
81
|
-
|
|
|
82
|
-# pc product detail, get productbanner, true:degrade, false:not degrade, can
|
|
|
83
|
-gateway.degrade.product.productBanner.enable=false
|
|
|
84
|
-
|
|
|
85
|
-# pc product detail, queryProductCollocation, true:degrade, false:not degrade, can
|
|
|
86
|
-gateway.degrade.product.product.queryProductCollocation.enable=false
|
|
|
87
|
-
|
|
|
88
|
-# pc product detail, queryProductModelcard, true:degrade, false:not degrade, can
|
|
|
89
|
-gateway.degrade.product.product.queryProductModelcard.enable=false
|
|
|
90
|
-
|
|
|
91
|
-# pc product detail, queryProductComfort, true:degrade, false:not degrade, can
|
|
|
92
|
-gateway.degrade.product.product.queryProductComfort.enable=false
|
|
|
93
|
-
|
|
|
94
|
-# pc product detail, queryModelTryBySkn, true:degrade, false:not degrade, can
|
|
|
95
|
-gateway.degrade.product.product.queryModelTryBySkn.enable=false
|
|
|
96
|
-
|
|
|
97
|
-# pc product detail, queryBrandFolder, true:degrade, false:not degrade, can
|
|
|
98
|
-gateway.degrade.product.product.queryBrandFolder.enable=false
|
|
|
99
|
-
|
|
|
100
|
-# pc product detail, queryBrandSeries, true:degrade, false:not degrade, can
|
|
|
101
|
-gateway.degrade.product.product.queryBrandSeries.enable=false
|
|
|
102
|
-
|
|
|
103
|
-# pc product detail, queryShopFolder, true:degrade, false:not degrade, can
|
|
|
104
|
-gateway.degrade.product.product.queryShopFolder.enable=false
|
|
|
105
|
-
|
|
|
106
|
-# pc product detail, queryShopSeries, true:degrade, false:not degrade, can
|
|
|
107
|
-gateway.degrade.product.product.queryShopSeries.enable=false
|
|
|
108
|
-
|
|
|
109
|
-# pc person center, favorite product list, true:degrade, false:not degrade, can
|
|
|
110
|
-gateway.degrade.product.pcfavoritelist.enable=false
|
|
|
111
|
-
|
|
|
112
|
-# miao sha product list, show remind, true:degrade, false:not degrade, can
|
|
|
113
|
-gateway.degrade.product.seckill.reminder.enable=false
|
|
|
114
|
-
|
|
|
115
|
-# refund exchange, batch query is support refund, true:degrade, false:not degrade, can
|
|
|
116
|
-gateway.degrade.product.batchQueryIsSupportRefundExchange.enable=false
|
|
|
117
|
-
|
|
|
118
|
-# offline show storeList, true:degrade, false:not degrade, can
|
|
|
119
|
-gateway.degrade.product.app.product.storeList.enable=false
|
|
|
120
|
-# offline show storesale, true:degrade, false:not degrade, can
|
|
|
121
|
-gateway.degrade.product.data.offline.enable=false
|
|
|
122
|
-# product detail, sale out produc recommend, true:degrade, false:not degrade, can
|
|
|
123
|
-gateway.degrade.product.saleout.recommend.enable=false
|
|
|
124
|
-gateway.degrade.product.needSortRecommend.enable=false
|
|
|
125
|
-gateway.degrade.product.shoprecommend.enable=false
|
|
|
126
|
-gateway.degrade.product.shoprecommend.checkAB.enable=false
|
|
|
127
|
-gateway.degrade.product.sizehelper.show.enable=false
|
|
|
128
|
-gateway.degrade.product.app.product.queryBuyLimit.enable=false
|
|
|
129
|
-# product detail, preference productlist, true:degrade, false:not degrade, can
|
|
|
130
|
-gateway.degrade.search.product.preference.enable=false
|
|
|
131
|
-
|
|
|
132
|
-# bigdata brandList, true:degrade, false:not degrade, can
|
|
|
133
|
-gateway.degrade.bigdata.recommend.brandList.enable=true
|
|
|
134
|
-
|
|
|
135
|
-# categroy fuzzy search productlist reccommend shop, true:degrade, false:not degrade, can
|
|
|
136
|
-gateway.degrade.search.category.recshop.enable=false
|
|
|
137
|
-
|
|
|
138
|
-# newproduct search productlist reccommend shop, true:degrade, false:not degrade, can
|
|
|
139
|
-gateway.degrade.search.newproduct.recall.enable=false
|
|
|
140
|
-gateway.degrade.search.vipprice.show.enable=false
|
|
|
141
|
-#newproduct forward shop, search 30 days productlist
|
|
|
142
|
-gateway.search.newproductshop.time=30
|
|
|
143
|
-
|
|
|
144
|
-gateway.degrade.search.alicloud.photosearch.enable=false
|
|
|
145
|
-#0:malong 1:ali 2:yoho
|
|
|
146
|
-gateway.degrade.search.photosearch.switch=0
|
|
|
147
|
-
|
|
|
148
|
-# promotion limit code, show red point, true:degrade, false:not degrade, can
|
|
|
149
|
-gateway.degrade.promotion.promotion.checkNewLimitProduct.enable=false
|
|
|
150
|
-
|
|
|
151
|
-#promotion coupon total num ,degrade flag
|
|
|
152
|
-gateway.degrade.promotion.app.coupons.total.enable=false
|
|
|
153
|
-
|
|
|
154
|
-#promotion coupon product detail ,degrade flag
|
|
|
155
|
-gateway.degrade.promotion.app.coupons.queryProdPageCoupons.enable=false
|
|
|
156
|
-
|
|
|
157
|
-#promotion coupon shop detail ,degrade flag
|
|
|
158
|
-gateway.degrade.promotion.shop.coupons.list.enable=false
|
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-gateway.degrade.accesslog.enable=false
|
|
|
162
|
-
|
|
|
163
|
-gateway.degrade.qiniu.imageupload.callback.enable=false
|
|
|
164
|
-########################## Begin users degrade ###############################################
|
|
|
165
|
-#login.ip.limit.times,default -1
|
|
|
166
|
-gateway.login.ip.limit.times=10
|
|
|
167
|
-#login.mobile.limit.times,default -1
|
|
|
168
|
-gateway.login.mobile.limit.time=10
|
|
|
169
|
-#security interceptor check session enable, default true
|
|
|
170
|
-gateway.session.isCheckSessionEnable=false
|
|
|
171
|
-#web.complaints.getCount(PC to query complaints count, true:degrade, false:not degrade)
|
|
|
172
|
-gateway.degrade.users.complaintsCount.enable=false
|
|
|
173
|
-
|
|
|
174
|
-#web.complaints.getList(PC to query complaints list, true:degrade, false:not degrade)
|
|
|
175
|
-gateway.degrade.users.complaintsList.enable=false
|
|
|
176
|
-
|
|
|
177
|
-#web.passport.getLikeBrand(PC to queyr likeBrand, true:degrade, false:not degrade)
|
|
|
178
|
-gateway.degrade.users.likeBrand.enable=false
|
|
|
179
|
-
|
|
|
180
|
-#app.home.getInfoNum(query nums for user center, true:degrade, false:not degrade)
|
|
|
181
|
-gateway.degrade.users.myIndex.enable=false
|
|
|
182
|
-
|
|
|
183
|
-#web.redution.count(PC to query redution count, true:degrade, false:not degrade)
|
|
|
184
|
-gateway.degrade.users.redutionCount.enable=false
|
|
|
185
|
-
|
|
|
186
|
-#app.yoho.redpacket(query redpacket on/off, true:degrade, false:not degrade)
|
|
|
187
|
-gateway.degrade.users.redpacket.enable=false
|
|
|
188
|
-
|
|
|
189
|
-#app.yoho.redpacketInfo(query redpacket info, true:degrade, false:not degrade)
|
|
|
190
|
-gateway.degrade.users.redpacketInfo.enable=false
|
|
|
191
|
-
|
|
|
192
|
-#app.yoho.redpacketList(query redpacket list, true:degrade, false:not degrade)
|
|
|
193
|
-gateway.degrade.users.redpacketList.enable=false
|
|
|
194
|
-
|
|
|
195
|
-#web.passport.getUserHabits(PC to query userHabits, true:degrade, false:not degrade)
|
|
|
196
|
-gateway.degrade.users.userHabits.enable=false
|
|
|
197
|
-
|
|
|
198
|
-#users.getFavoriteBrandCount\uff0cbrower.getFavoriteCount\uff0cbrower.totalBrowse(query favorite num. true:degrade, false:not degrade)
|
|
|
199
|
-gateway.degrade.users.myIndexFavorite.enable=false
|
|
|
200
|
-
|
|
|
201
|
-#promotion.queryUserCouponsCnt,users.getYohoCoinNum,promotion.queryLimitCodeRecordNum(query promotion num. true:degrade, false:not degrade)
|
|
|
202
|
-gateway.degrade.users.myIndexPromotion.enable=false
|
|
|
203
|
-
|
|
|
204
|
-#order.getOrdersStatusStatisticsByUid(query order num of myIndex. true:degrade, false:not degrade)
|
|
|
205
|
-gateway.degrade.users.myIndexOrder.enable=false
|
|
|
206
|
-
|
|
|
207
|
-#app.giftcard.cardNum(get User Gift CardNum. true:degrade, false:not degrade)
|
|
|
208
|
-gateway.degrade.users.myIndexGiftCard.enable=false
|
|
|
209
|
-
|
|
|
210
|
-#app.passport.growthMonth(get getYearData. true:degrade, false:not degrade)
|
|
|
211
|
-gateway.degrade.users.growthMonth.enable=false
|
|
|
212
|
-
|
|
|
213
|
-#app.browse.addBrowseBatch(addBrowseBatch. true:degrade, false:not degrade)
|
|
|
214
|
-gateway.degrade.brower.addBrowseBatch.enable=false
|
|
|
215
|
-
|
|
|
216
|
-#sns.queryToShareOrderNum, brower.getInboxCount(query shareOrder, inboxCount num. true:degrade, false:not degrade)
|
|
|
217
|
-gateway.degrade.users.myIndexOthers.enable=false
|
|
|
218
|
-
|
|
|
219
|
-#sns.getInbox brower.getInboxListNew(query inboxList. true:degrade, false:not degrade)
|
|
|
220
|
-gateway.degrade.users.inboxList.enable=false
|
|
|
221
|
-#query inboxTotal. true:degrade,false not degrage
|
|
|
222
|
-gateway.degrade.users.inboxTotal.enable=false
|
|
|
223
|
-#browse add blackQueue
|
|
|
224
|
-gateway.degrade.users.offer.blockqueue.enable=false
|
|
|
225
|
-#session verify get userSession
|
|
|
226
|
-gateway.degrade.users.getUserSesion.enable=false
|
|
|
227
|
-#signinAppV2 use static encrypt key
|
|
|
228
|
-gateway.degrade.users.signinAppV2.enable=false
|
|
|
229
|
-#educationLevel use static data
|
|
|
230
|
-gateway.degrade.users.educationLevel.enable=false
|
|
|
231
|
-#get suggest list degrade true:degrade,false not degrage
|
|
|
232
|
-gateway.degrade.users.suggestList.enable=false
|
|
|
233
|
-#get userContacts degrade true:degrade,false not degrage
|
|
|
234
|
-gateway.degrade.users.userContacts.enable=false
|
|
|
235
|
-#query productPraise info degrade true:degrade,false not degrage
|
|
|
236
|
-gateway.degrade.users.productPraise.enable=false
|
|
|
237
|
-#app.passport.passport degrade true:degrade, false:not degrade
|
|
|
238
|
-gateway.degrade.users.myProfile.enable=false
|
|
|
239
|
-gateway.degrade.users.checkUdid.enable=false
|
|
|
240
|
-########################## End users degrade ###############################################
|
|
|
241
|
-
|
|
|
242
|
-########################## Begin sns degrade ###############################################
|
|
|
243
|
-#sns query to share order total num, true:degrade, false:not degrade, can
|
|
|
244
|
-gateway.degrade.sns.queryOrderProductCommentList.enable=false
|
|
|
245
|
-
|
|
|
246
|
-#sns product detail, get recent one shareorder, true:degrade, false:not degrade, can
|
|
|
247
|
-gateway.degrade.sns.getRecentShareOrder.enable=false
|
|
|
248
|
-
|
|
|
249
|
-#/guang/api/v1/share/guang(query article info for share, true:degrade, false:not degrade)
|
|
|
250
|
-gateway.degrade.sns.shareGuang.enable=false
|
|
|
251
|
-
|
|
|
252
|
-#/guang/api/v1/article/getArticleNotice(query article nums of new publish, true:degrade, false:not degrade)
|
|
|
253
|
-gateway.degrade.sns.articleNotice.enable=false
|
|
|
254
|
-
|
|
|
255
|
-#/guang/api/v1/share/brandinfo(query plustar brand info for share, true:degrade, false:not degrade)
|
|
|
256
|
-gateway.degrade.sns.shareBrandInfo.enable=false
|
|
|
257
|
-
|
|
|
258
|
-#sns show channel get praise num, true:degrade, false:not degrade, can
|
|
|
259
|
-gateway.degrade.sns.getPraiseInfo.enable=false
|
|
|
260
|
-
|
|
|
261
|
-#/guang/service/*/article/getBrand(query brands related article, true:degrade, false:not degrade)
|
|
|
262
|
-gateway.degrade.sns.brandRelatedArticle.enable=false
|
|
|
263
|
-
|
|
|
264
|
-#/guang/service/v2/article/getOtherArticle(query articles related article, true:degrade, false:not degrade)
|
|
|
265
|
-gateway.degrade.sns.otherArticle.enable=false
|
|
|
266
|
-
|
|
|
267
|
-#/guang/service/*/article/checkArticleFav(check article favorite, true:degrade, false:not degrade)
|
|
|
268
|
-gateway.degrade.sns.checkArticleFav.enable=false
|
|
|
269
|
-
|
|
|
270
|
-#/guang/api/*/comments/getList(query articleComment list,true:degrade, false:not degrade)
|
|
|
271
|
-gateway.degrade.sns.articleCommentsList.enable=false
|
|
|
272
|
-
|
|
|
273
|
-#/guang/api/*/plustar/getlist(query plustar list,true:degrade, false:not degrade)
|
|
|
274
|
-gateway.degrade.sns.plustarList.enable=false
|
|
|
275
|
-
|
|
|
276
|
-#/guang/api/*/category/get(query category list,true:degrade, false:not degrade)
|
|
|
277
|
-gateway.degrade.sns.categoryList.enable=false
|
|
|
278
|
-
|
|
|
279
|
-#/guang/api/v2/article/getSimpleArticleList(fav praise view num,true:degrade, false:not degrade)
|
|
|
280
|
-gateway.degrade.sns.tagTop.enable=false
|
|
|
281
|
-
|
|
|
282
|
-
|
|
|
283
|
-#/guang/api/*/article/getTagTop(query top tag,true:degrade, false:not degrade)
|
|
|
284
|
-gateway.degrade.sns.getSimpleArticleList.enable=false
|
|
|
285
|
-
|
|
|
286
|
-#/guang/service/*/article/getArticleByBrand(query article by brand in star original,true:degrade, false:not degrade)
|
|
|
287
|
-gateway.degrade.sns.articleByBrand.enable=false
|
|
|
288
|
-#/guang/api/*/article/getArticleByViewsNum(query article by viewsNum,true:degrade, false:not degrade)
|
|
|
289
|
-gateway.degrade.sns.articleByViewNum.enable=false
|
|
|
290
|
-#/guang/api/*/article/articlePraiseAndFavor(query articlePraiseAndFavor,true:degrade, false:not degrade)
|
|
|
291
|
-gateway.degrade.sns.articlePraiseAndFavor.enable=false
|
|
|
292
|
-
|
|
|
293
|
-#/guang/api/v1/Favorite/getFavNumber(query userFavoriteNum,true:degrade, false:not degrade)
|
|
|
294
|
-gateway.degrade.sns.myIndexArtFav.enable=false
|
|
|
295
|
-########################## End sns degrade ###############################################
|
|
|
296
|
-
|
|
|
297
|
-
|
|
|
298
|
-# /operations/api/v5/version/getVersion (get new app version, true: degrade, false: not degrade)
|
|
|
299
|
-gateway.degrade.resources.getVersion.enable=false
|
|
|
300
|
-# /operations/api/v5/resource/home (determine is new user(degrade all not new), true: degrade, false: not degrade)
|
|
|
301
|
-gateway.degrade.resources.isNewUserFromYHService.enable=false
|
|
|
302
|
-
|
|
|
303
|
-gateway.degrade.resources.isRegisterUserFromYHService.enable=true
|
|
|
304
|
-#app.Shopping.count(query shopping count, true:degrade, false:not degrade)
|
|
|
305
|
-gateway.degrade.shopping.count.enable=false
|
|
|
306
|
-gateway.degrade.shopping.findPendingOrderCountByUid.enable=false
|
|
|
307
|
-gateway.degrade.shopping.countUsableCoupon.enable=false
|
|
|
308
|
-gateway.degrade.shopping.listCoupon.enable=false
|
|
|
309
|
-gateway.degrade.order.orderListCount.enable=false
|
|
|
310
|
-
|
|
|
311
|
-gateway.degrade.resources.app_ads_list.enable=false
|
|
|
312
|
-gateway.degrade.resources.app_resources_getNotices.enable=false
|
|
|
313
|
-gateway.degrade.resources.clientInitConfig.enable=true
|
|
|
314
|
-
|
|
|
315
|
-#enable weight random robin
|
|
|
316
|
-service.finder.weight=false
|
|
|
317
|
-
|
|
|
318
|
-gateway.sendsms.times.udid.fiftySecond=1
|
|
|
319
|
-gateway.sendsms.times.udid.tenMinute=10
|
|
|
320
|
-################################## START cache time config ######################################
|
|
|
321
|
-
|
|
|
322
|
-################################## END cache time config ######################################
|
|
|
323
|
-################################## START redis memcache time config ######################################
|
|
|
324
|
-
|
|
|
325
|
-
|
|
|
326
|
-################################## END redis memcache time config ######################################
|
|
|
327
|
-
|
|
|
328
|
-
|
|
|
329
|
-
|
|
|
330
|
-################################## START hystrix config ######################################
|
|
|
331
|
-
|
|
|
332
|
-#his property sets the time in milliseconds after which the caller will observe a timeout and walk away from the command execution.
|
|
|
333
|
-hystrix.command.default.circuitBreaker.requestVolumeThreshold=100
|
|
|
334
|
-#This property sets the error percentage at or above which the circuit should trip open and start short-circuiting requests to fallback logic.
|
|
|
335
|
-hystrix.command.default.circuitBreaker.errorThresholdPercentage=75
|
|
|
336
|
-
|
|
|
337
|
-
|
|
|
338
|
-hystrix.threadpool.default.coreSize=40
|
|
|
339
|
-hystrix.threadpool.default.maxQueueSize=50000
|
|
|
340
|
-# an artificial maximum queue size at which rejections will occur even if maxQueueSize has not been reached
|
|
|
341
|
-hystrix.threadpool.default.queueSizeRejectionThreshold=45000
|
|
|
342
|
-
|
|
|
343
|
-
|
|
|
344
|
-hystrix.command.default.execution.timeout.enabled=true
|
|
|
345
|
-hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=3000
|
|
|
346
|
-
|
|
|
347
|
-
|
|
|
348
|
-
|
|
|
349
|
-#### hystrix thread pool config #########
|
|
|
350
|
-hystrix.threadpool.promotionThreadInsulate.coreSize=20
|
|
|
351
|
-hystrix.threadpool.promotionThreadInsulate.maxQueueSize=2000
|
|
|
352
|
-
|
|
|
353
|
-hystrix.threadpool.shoppingEdit.coreSize=45
|
|
|
354
|
-hystrix.threadpool.shoppingEdit.maxQueueSize=5000
|
|
|
355
|
-
|
|
|
356
|
-hystrix.threadpool.shoppingPayment.coreSize=30
|
|
|
357
|
-hystrix.threadpool.shoppingPayment.maxQueueSize=5000
|
|
|
358
|
-
|
|
|
359
|
-hystrix.threadpool.shoppingSubmit.coreSize=30
|
|
|
360
|
-hystrix.threaegrapool.shoppingSubmit.maxQueueSize=5000
|
|
|
361
|
-
|
|
|
362
|
-hystrix.threadpool.orderAlipay.coreSize=30
|
|
|
363
|
-hystrix.threadpool.orderAlipay.maxQueueSize=5000
|
|
|
364
|
-
|
|
|
365
|
-hystrix.threadpool.orderPay.coreSize=30
|
|
|
366
|
-hystrix.threadpool.orderPay.maxQueueSize=5000
|
|
|
367
|
-
|
|
|
368
|
-hystrix.threadpool.newProduct.coreSize=30
|
|
|
369
|
-hystrix.threadpool.newProduct.maxQueueSize=5000
|
|
|
370
|
-
|
|
|
371
|
-hystrix.threadpool.orderList.coreSize=30
|
|
|
372
|
-hystrix.threadpool.orderList.maxQueueSize=5000
|
|
|
373
|
-
|
|
|
374
|
-hystrix.threadpool.userLogin.coreSize=20
|
|
|
375
|
-hystrix.threadpool.userLogin.maxQueueSize=3000
|
|
|
376
|
-
|
|
|
377
|
-hystrix.threadpool.resourcesPrimary.coreSize=30
|
|
|
378
|
-hystrix.threadpool.resourcesPrimary.maxQueueSize=5000
|
|
|
379
|
-
|
|
|
380
|
-
|
|
|
381
|
-#### hystrix timeout config #########
|
|
|
382
|
-
|
|
|
383
|
-hystrix.command.search.query.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
384
|
-hystrix.command.search.selectionsForPc.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
385
|
-hystrix.command.search.selectionsForApp.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
386
|
-hystrix.command.search.aggBrand.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
387
|
-hystrix.command.search.productList.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
388
|
-hystrix.command.search.productPool.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
389
|
-hystrix.command.search.newShelveProductList.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
390
|
-
|
|
|
391
|
-hystrix.command.sns.audShareOrderBatch.execution.isolation.thread.timeoutInMilliseconds=3000
|
|
|
392
|
-hystrix.command.sns.selectList.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
393
|
-hystrix.command.sns.getUserFavArticleList.execution.isolation.thread.timeoutInMilliseconds=3000
|
|
|
394
|
-hystrix.command.sns.getArticleBaseInfo.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
395
|
-hystrix.command.sns.getList.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
396
|
-hystrix.command.sns.getStarClassroomArticleList.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
397
|
-hystrix.command.sns.audShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
398
|
-hystrix.command.sns.getShareOrderByCommentId.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
399
|
-hystrix.command.sns.queryShareOrderNum.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
400
|
-hystrix.command.sns.recommendShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
401
|
-
|
|
|
402
|
-
|
|
|
403
|
-hystrix.command.message.smsSend.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
404
|
-
|
|
|
405
|
-hystrix.command.brower.getInBoxListNew.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
406
|
-
|
|
|
407
|
-hystrix.command.users.activateInstalment.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
408
|
-hystrix.command.users.backpwdByEmail.execution.isolation.thread.timeoutInMilliseconds=2500
|
|
|
409
|
-hystrix.command.users.verifyEmail.execution.isolation.thread.timeoutInMilliseconds=1800
|
|
|
410
|
-hystrix.command.users.verifyStudent.execution.isolation.thread.timeoutInMilliseconds=1800
|
|
|
411
|
-hystrix.command.users.verifyIdentity.execution.isolation.thread.timeoutInMilliseconds=1500
|
|
|
412
|
-hystrix.command.users.getBankInfoByCardNo.execution.isolation.thread.timeoutInMilliseconds=1500
|
|
|
413
|
-hystrix.command.users.modifyUserBaseHead.execution.isolation.thread.timeoutInMilliseconds=1500
|
|
|
414
|
-hystrix.command.users.signCheck.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
415
|
-hystrix.command.users.queryCreditLimit.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
416
|
-hystrix.command.users.getBankCards.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
417
|
-hystrix.command.users.bind.execution.isolation.thread.timeoutInMilliseconds=700
|
|
|
418
|
-hystrix.command.users.validateSnsCheckCode.execution.isolation.thread.timeoutInMilliseconds=700
|
|
|
419
|
-hystrix.command.userLogin.login.execution.isolation.thread.timeoutInMilliseconds=700
|
|
|
420
|
-hystrix.command.userLogin.signinByOpenID.execution.isolation.thread.timeoutInMilliseconds=700
|
|
|
421
|
-hystrix.command.users.checkVerifyMobile.execution.isolation.thread.timeoutInMilliseconds=700
|
|
|
422
|
-hystrix.command.users.register.execution.isolation.thread.timeoutInMilliseconds=600
|
|
|
423
|
-hystrix.command.users.getVipDetailInfo.execution.isolation.thread.timeoutInMilliseconds=600
|
|
|
424
|
-hystrix.command.users.modifyUserBase.execution.isolation.thread.timeoutInMilliseconds=600
|
|
|
425
|
-hystrix.command.users.selectUserBaseList.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
426
|
-hystrix.command.users.getFavoriteBrandList.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
427
|
-hystrix.command.users.changeMobile.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
428
|
-hystrix.command.users.getUserprofile.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
429
|
-hystrix.command.users.qrCodeLogin.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
430
|
-hystrix.command.users.getYohoCoinLog.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
431
|
-hystrix.command.users.changepwdByMobileCode.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
432
|
-hystrix.command.users.getList.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
433
|
-hystrix.command.users.addYohoCoin.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
434
|
-hystrix.command.users.getUserShowYohoCoins.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
435
|
-hystrix.command.users.getUserSession.execution.isolation.thread.timeoutInMilliseconds=200
|
|
|
436
|
-
|
|
|
437
|
-hystrix.command.orderAlipay.getAliPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
438
|
-hystrix.command.orderAlipay.notifyAliPayment.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
439
|
-hystrix.command.orderAlipay.getWeixinPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
440
|
-hystrix.command.orderAlipay.notifyWeixinPayment.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
441
|
-hystrix.command.orderPay.getApplePrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
442
|
-hystrix.command.orderPay.notifyApplePayment.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
443
|
-hystrix.command.orderPay.getUnionPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
444
|
-hystrix.command.orderPay.notifyUnionPayment.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
445
|
-hystrix.command.orderPay.getQQPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
446
|
-hystrix.command.orderPay.notifyQQPayment.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
447
|
-hystrix.command.orderPay.paymentOrderQuery.execution.isolation.thread.timeoutInMilliseconds=1500
|
|
|
448
|
-hystrix.command.orderPay.paymentRefund.execution.isolation.thread.timeoutInMilliseconds=2500
|
|
|
449
|
-hystrix.command.orderPay.crfInstalmentConfirmRepay.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
450
|
-hystrix.command.orderPay.crfInstalmentCreditPay.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
451
|
-hystrix.command.orderPay.crfInstalmentRepayPre.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
452
|
-hystrix.command.orderPay.getInstallmentOrderDetail.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
453
|
-hystrix.command.orderPay.getAllInstallmentOrders.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
454
|
-hystrix.command.orderPay.getCmbNetpayData.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
455
|
-hystrix.command.orderPay.notifyCmbnetPay.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
456
|
-hystrix.command.orderPay.notifyCmbnetSign.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
457
|
-hystrix.command.order.queryAmtList.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
458
|
-hystrix.command.order.queryAmtInfo.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
459
|
-hystrix.command.order.queryRePayList.execution.isolation.thread.timeoutInMilliseconds=1200
|
|
|
460
|
-hystrix.command.shoppingSubmit.submitShopping.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
461
|
-hystrix.command.order.closeOrderByCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
462
|
-hystrix.command.order.addfavorite.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
463
|
-hystrix.command.order.paymentBuyNow.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
464
|
-hystrix.command.order.submitChangeGoods.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
465
|
-hystrix.command.shoppingPayment.paymentShopping.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
466
|
-hystrix.command.order.removeBacklist.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
467
|
-hystrix.command.order.selectCouponBuyNow.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
468
|
-hystrix.command.shoppingPayment.selectCoupon.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
469
|
-
|
|
|
470
|
-
|
|
|
471
|
-hystrix.command.resourcesPrimary.get.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
472
|
-hystrix.command.resourcesPrimary.home.execution.isolation.thread.timeoutInMilliseconds=1000
|
|
|
473
|
-hystrix.command.resourcesPrimary.getEntrance.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
474
|
-hystrix.command.resourcesPrimary.getCategory.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
475
|
-hystrix.command.resources.findWebShare.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
476
|
-hystrix.command.resources.queryAdsList.execution.isolation.thread.timeoutInMilliseconds=500
|
|
|
477
|
-
|
|
|
478
|
-
|
|
|
479
|
-hystrix.command.product.syncAddLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
480
|
-hystrix.command.product.syncDeleteLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
481
|
-hystrix.command.product.syncUpdateLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
482
|
-hystrix.command.product.syncUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
483
|
-hystrix.command.product.syncBatchUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
484
|
-
|
|
|
485
|
-
|
|
|
486
|
-
|
|
|
487
|
-hystrix.command.promotion.batchAddLimitCodeReceiveRecord.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
488
|
-hystrix.command.promotion.addLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
489
|
-hystrix.command.promotion.updateLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
490
|
-hystrix.command.promotion.deleteLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
491
|
-
|
|
|
492
|
-hystrix.command.bigdata.batchQueryChangePriceByProductSkn.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
493
|
-hystrix.command.bigdata.getStorageInRptForApi.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
494
|
-hystrix.command.bigdata.getOrdersGoodsRptListEx.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
495
|
-hystrix.command.bigdata.getReturnGoodsRptListEx.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
496
|
-hystrix.command.bigdata.getShopBrandRankEx.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
497
|
-hystrix.command.bigdata.getShopBusinessOverviewEx.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
498
|
-hystrix.command.erpPurchase.stockOut.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
499
|
-hystrix.command.erpPurchase.list.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
500
|
-hystrix.command.erpPurchase.getExpressList.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
501
|
-hystrix.command.erpPurchase.delivery.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
502
|
-hystrix.command.erpPurchase.queryBySupplierId.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
503
|
-hystrix.command.bigdata.getStorageStatisticsList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
504
|
-hystrix.command.bigdata.getStorageInRptList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
505
|
-hystrix.command.bigdata.getStorageOutRptList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
506
|
-hystrix.command.seller.querySellType.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
507
|
-
|
|
|
508
|
-
|
|
|
509
|
-hystrix.command.app.clearResourceCache.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
510
|
-hystrix.command.app.deleteSingleTemplateCache.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
511
|
-hystrix.command.app.clearGuangCache.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
512
|
-hystrix.command.app.clearYohoCoinActivity.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
513
|
-hystrix.command.app.clearProductCache.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
514
|
-hystrix.command.app.clearSecKillCacheSync.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
515
|
-hystrix.command.app.clearSecKillProductCacheSync.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
516
|
-hystrix.command.app.clearProductSingleDay.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
517
|
-hystrix.command.app.clearSecKillAbortSync.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
518
|
-hystrix.command.app.clearSecKillAudPassSync.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
519
|
-hystrix.command.app.batchUpdateSecKillToNormal.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
520
|
-hystrix.command.app.ClearShopsDecoratorCache.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
521
|
-hystrix.command.app.clearShareOrderCache.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
522
|
-hystrix.command.erp.sysAwaitborrowGoods.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
523
|
-hystrix.command.app.removeBacklist.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
524
|
-hystrix.command.app.getStorageInRptForApi.execution.isolation.thread.timeoutInMilliseconds=10000
|
|
|
525
|
-hystrix.command.app.selectShareOrderList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
526
|
-hystrix.command.app.audShareOrderBatch.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
527
|
-hystrix.command.app.recommendShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
528
|
-hystrix.command.app.audShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
529
|
-hystrix.command.app.queryShareOrderNum.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
530
|
-hystrix.command.app.batchAddLimitCodeReceiveRecord.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
531
|
-hystrix.command.app.addLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
532
|
-hystrix.command.app.updateLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
533
|
-hystrix.command.app.deleteLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
534
|
-hystrix.command.app.syncDeleteLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
535
|
-hystrix.command.app.syncUpdateLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
536
|
-hystrix.command.app.syncAddLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
537
|
-hystrix.command.app.syncUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
538
|
-hystrix.command.app.syncBatchUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=3000
|
|
|
539
|
-hystrix.command.app.getShopBusinessOverview.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
540
|
-hystrix.command.app.getShopBrandRank.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
541
|
-hystrix.command.app.getOrdersGoodsRptList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
542
|
-hystrix.command.app.getReturnGoodsRptList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
543
|
-hystrix.command.app.getStorageStatisticsList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
544
|
-hystrix.command.app.getStorageInRptList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
545
|
-hystrix.command.app.getStorageOutRptList.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
546
|
-
|
|
|
547
|
-
|
|
|
548
|
-hystrix.command.platform.queryUserProfile.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
549
|
-hystrix.command.platform.getUsersByPidList.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
550
|
-hystrix.command.platform.getLastCheckShopInfoById.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
551
|
-hystrix.command.platform.getSupplier.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
552
|
-hystrix.command.platform.product.sysAwaitborrowGoods.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
553
|
-hystrix.command.platform.getLimitCodeByBatchNo.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
554
|
-hystrix.command.platform.getProductPicUrlByProductSKN.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
555
|
-hystrix.command.platform.batchQueryProductSortInfo.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
556
|
-hystrix.command.platform.checkAppVersion.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
557
|
-hystrix.command.platform.getAccountBalance.execution.isolation.thread.timeoutInMilliseconds=6000
|
|
|
558
|
-hystrix.command.platform.changePwd.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
559
|
-hystrix.command.platform.login.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
560
|
-hystrix.command.platform.batchSetIsRead.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
561
|
-hystrix.command.platform.delByIdsAndShopsId.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
562
|
-hystrix.command.platform.queryListByShopsId.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
563
|
-hystrix.command.platform.getShopInboxTotal.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
564
|
-
|
|
|
565
|
-hystrix.command.crf.service.authentication.execution.isolation.thread.timeoutInMilliseconds=10000
|
|
|
566
|
-hystrix.command.crf.service.getSmsCheckCode.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
567
|
-hystrix.command.crf.service.preCheckSmsCode.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
568
|
-hystrix.command.crf.service.bingBank.execution.isolation.thread.timeoutInMilliseconds=10000
|
|
|
569
|
-hystrix.command.crf.service.reSendSms4Fcp.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
570
|
-hystrix.command.crf.service.bindedCardList.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
571
|
-hystrix.command.crf.service.queryCreditLimit.execution.isolation.thread.timeoutInMilliseconds=10000
|
|
|
572
|
-hystrix.command.crf.service.queryBankCardInfo.execution.isolation.thread.timeoutInMilliseconds=5000
|
|
|
573
|
-hystrix.command.crf.service.unbindCard.execution.isolation.thread.timeoutInMilliseconds=10000
|
|
|
574
|
-hystrix.command.crf.service.toggleCard.execution.isolation.thread.timeoutInMilliseconds=10000
|
|
|
575
|
-hystrix.command.users.reSendSms4FcpService.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
576
|
-hystrix.command.users.getSnsCheckCode.execution.isolation.thread.timeoutInMilliseconds=2000
|
|
|
577
|
-
|
|
|
578
|
-################################## END hystrix config ######################################
|
|
|
579
|
-
|
|
|
580
|
-################################## start abtest config ######################################
|
|
|
581
|
-ABTest.open=false
|
|
|
582
|
-################################## END abtest config ######################################
|
|
|
583
|
-
|
|
|
584
|
-
|
|
|
585
|
-
|
|
|
586
|
-gateway.degrade.uic.verifiedGraphic.h5web.enable=ture
|
|
|
587
|
-graphic.verification.fail.maxtimes=50
|
|
|
588
|
-
|
|
|
589
|
-
|
|
|
590
|
-
|
|
|
591
|
-
|
|
|
592
|
-gateway.backGroundImg.pricePlanTag=http://img11.static.yhbimg.com/article/2017/10/13/14/016a785a73dece1228decbb2268ba8faf0.png
|
|
|
593
|
-gateway.backGroundImg.vipPricePlanTag=http://flv01.static.yhbimg.com/goodsvideo/2018/08/21/14/03ac51291d6b9718c0d2370a024e1698b3.png
|
|
|
594
|
-gateway.backGroundImg.customizeTag.expanse=http://img12.static.yhbimg.com/article/2017/10/12/15/0249e27e16ae1c5c98db4101941680f56c.jpg
|
|
|
595
|
-gateway.backGroundImg.customizeTag.close=http://img13.static.yhbimg.com/article/2017/10/12/15/026ea6ac9824f6a1070f6e61da3735a65c.jpg
|
|
|
596
|
-gateway.backGroundImg.depositTag=http://img10.static.yhbimg.com/article/2017/10/10/11/01cbc6cb5f16a012a2f09ba3b59356f912.png
|
|
|
597
|
-gateway.backGroundImg.promotionPriceTag=http://img10.static.yhbimg.com/article/2017/10/10/11/01cbc6cb5f16a012a2f09ba3b59356f912.png
|
|
|
598
|
-gateway.backGroundImg.promotionPriceTitle=618\u4ef7\uff1a
|
|
|
599
|
-
|
|
|
600
|
-gateway.limit.addyohocoin=2000
|
|
|
601
|
-
|
|
|
602
|
-gateway.auth.depand.uic.enable=true
|
|
|
603
|
-
|
|
|
604
|
-
|
|
|
605
|
-miniapp.fastlogin.switch=true
|
|
|
606
|
-
|
|
|
607
|
-gateway.degrade.favorite.isFavoriteNew.enable=false
|
|
|
608
|
-
|
|
|
609
|
-# app.favorite.getFavoriteCount, true:degrade, false:not degrade
|
|
|
610
|
-gateway.degrade.brower.myIndexProFav.enable=false
|
|
|
611
|
-
|
|
|
612
|
-union.default.short.url=http://t.cn/R54KvYN
|
|
|
613
|
-union.command.open=false
|
|
|
614
|
- |
|
|