global.properties 33.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614
# global configurations, ConfigReader will write this file to zookeeper.

# enable trace
trace.exporter.enable=false

# enable report event to influxdb
alarm.write.enable=true

#alarm sample per
alarm.sampler=0.2

#limit app version, older version not allow to request
gateway.limit.app.version=5.5.2

gateway.limit.uid.length=10

#verify session scope
gateway.session.isVerifyAllMethod=true
#ignore session method
gateway.session.ignoreMethods=
#escape session verify param
gateway.client.secret.h5=NGJjYjhkNmwwZGM0OTk0YmQyMTMwZjlmoTZmzjY4cjN

#message signature verify on-off
gateway.security.isSignatureVerifyEnable=true
#signature verify in dynamic
gateway.security.isSignatureVerifyInDynamic=false
#verify signature scope
gateway.signature.isVerifyAllMethod=true
#ignore signature method
gateway.signature.ignoreMethods=

cache.degrade.sync.enable=true

yoho.core.ehcache.enable=true

yoho.core.producer.async.enable=false

yoho.core.redis.async.enable=false

gateway.switch.order.applePayBindBoot.enable=true

# product detail, get storage, true:degrade, false:not degrade, can
gateway.degrade.product.queryProductCallBackData.enable=false

# product detail, query Consults, true:degrade, false:not degrade, can
gateway.degrade.product.consult.enable=false

# product detail, query comment, true:degrade, false:not degrade, can
gateway.degrade.product.comment.enable=false

# limit product detail, true:degrade, false:not degrade, can
gateway.degrade.product.limitProduct.enable=false

# product detail, isFavorite, true:degrade, false:not degrade, can
gateway.degrade.product.isFavorite.enable=false

# product detail, shops favorite count, true:degrade, false:not degrade, can
gateway.degrade.product.shopsFavoriteCount=false

# product detail, isFavorite, true:degrade, false:not degrade, can
gateway.degrade.product.batchCheckIsFavorite.enable=false

# product market price show, true:degrade, false:not degrade, can
gateway.degrade.product.marketPriceShow.enable=true
gateway.degrade.product.promotionPriceShow.enable=false
# limit product channel, query User Reminder list, true:degrade, false:not degrade, can
gateway.degrade.product.queryUserReminder.enable=false

# limit product detail, query ReminderCount And HasReminder, true:degrade, false:not degrade, can
gateway.degrade.product.queryReminderCountAndHasReminder.enable=false

# product detail, check limitcode expired, true:degrade, false:not degrade, can
gateway.degrade.product.promotion.getLimitSKNByBatchNO.enable=false

# limit product detail, check product status, true:degrade, false:not degrade, can
gateway.degrade.product.product.batchQueryProductBasicInfo.enable=false

# limit product detail, check product storage, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryStorageByProductSkn.enable=false

# pc product detail, get productbanner, true:degrade, false:not degrade, can
gateway.degrade.product.productBanner.enable=false

# pc product detail, queryProductCollocation, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryProductCollocation.enable=false

# pc product detail, queryProductModelcard, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryProductModelcard.enable=false

# pc product detail, queryProductComfort, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryProductComfort.enable=false

# pc product detail, queryModelTryBySkn, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryModelTryBySkn.enable=false

# pc product detail, queryBrandFolder, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryBrandFolder.enable=false

# pc product detail, queryBrandSeries, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryBrandSeries.enable=false

# pc product detail, queryShopFolder, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryShopFolder.enable=false

# pc product detail, queryShopSeries, true:degrade, false:not degrade, can
gateway.degrade.product.product.queryShopSeries.enable=false

# pc person center, favorite product list, true:degrade, false:not degrade, can
gateway.degrade.product.pcfavoritelist.enable=false

# miao sha product list, show remind, true:degrade, false:not degrade, can
gateway.degrade.product.seckill.reminder.enable=false

# refund exchange, batch query is support refund, true:degrade, false:not degrade, can
gateway.degrade.product.batchQueryIsSupportRefundExchange.enable=false

# offline show storeList, true:degrade, false:not degrade, can
gateway.degrade.product.app.product.storeList.enable=false
# offline show storesale, true:degrade, false:not degrade, can
gateway.degrade.product.data.offline.enable=false
# product detail, sale out produc recommend, true:degrade, false:not degrade, can
gateway.degrade.product.saleout.recommend.enable=false
gateway.degrade.product.needSortRecommend.enable=false
gateway.degrade.product.shoprecommend.enable=false
gateway.degrade.product.shoprecommend.checkAB.enable=false
gateway.degrade.product.sizehelper.show.enable=false
gateway.degrade.product.app.product.queryBuyLimit.enable=false
# product detail, preference productlist, true:degrade, false:not degrade, can
gateway.degrade.search.product.preference.enable=false

# bigdata brandList, true:degrade, false:not degrade, can
gateway.degrade.bigdata.recommend.brandList.enable=true

# categroy fuzzy search productlist reccommend shop, true:degrade, false:not degrade, can
gateway.degrade.search.category.recshop.enable=false

# newproduct search productlist reccommend shop, true:degrade, false:not degrade, can
gateway.degrade.search.newproduct.recall.enable=false
gateway.degrade.search.vipprice.show.enable=false
#newproduct forward shop, search 30 days productlist
gateway.search.newproductshop.time=30

gateway.degrade.search.alicloud.photosearch.enable=false
#0:malong 1:ali 2:yoho
gateway.degrade.search.photosearch.switch=0

# promotion limit code, show red point, true:degrade, false:not degrade, can
gateway.degrade.promotion.promotion.checkNewLimitProduct.enable=false

#promotion coupon total num ,degrade flag
gateway.degrade.promotion.app.coupons.total.enable=false

#promotion coupon product detail ,degrade flag
gateway.degrade.promotion.app.coupons.queryProdPageCoupons.enable=false

#promotion coupon shop detail ,degrade flag
gateway.degrade.promotion.shop.coupons.list.enable=false


gateway.degrade.accesslog.enable=false

gateway.degrade.qiniu.imageupload.callback.enable=false
########################## Begin users degrade ###############################################
#login.ip.limit.times,default -1
gateway.login.ip.limit.times=10
#login.mobile.limit.times,default -1
gateway.login.mobile.limit.time=10
#security interceptor check session enable, default true
gateway.session.isCheckSessionEnable=false
#web.complaints.getCount(PC to query complaints count, true:degrade, false:not degrade)
gateway.degrade.users.complaintsCount.enable=false

#web.complaints.getList(PC to query complaints list, true:degrade, false:not degrade)
gateway.degrade.users.complaintsList.enable=false

#web.passport.getLikeBrand(PC to queyr likeBrand, true:degrade, false:not degrade)
gateway.degrade.users.likeBrand.enable=false

#app.home.getInfoNum(query nums for user center, true:degrade, false:not degrade)
gateway.degrade.users.myIndex.enable=false

#web.redution.count(PC to query redution count, true:degrade, false:not degrade)
gateway.degrade.users.redutionCount.enable=false

#app.yoho.redpacket(query redpacket on/off, true:degrade, false:not degrade)
gateway.degrade.users.redpacket.enable=false

#app.yoho.redpacketInfo(query redpacket info, true:degrade, false:not degrade)
gateway.degrade.users.redpacketInfo.enable=false

#app.yoho.redpacketList(query redpacket list, true:degrade, false:not degrade)
gateway.degrade.users.redpacketList.enable=false

#web.passport.getUserHabits(PC to query userHabits, true:degrade, false:not degrade)
gateway.degrade.users.userHabits.enable=false

#users.getFavoriteBrandCount\uff0cbrower.getFavoriteCount\uff0cbrower.totalBrowse(query favorite num. true:degrade, false:not degrade)
gateway.degrade.users.myIndexFavorite.enable=false

#promotion.queryUserCouponsCnt,users.getYohoCoinNum,promotion.queryLimitCodeRecordNum(query promotion num. true:degrade, false:not degrade)
gateway.degrade.users.myIndexPromotion.enable=false

#order.getOrdersStatusStatisticsByUid(query order num of myIndex. true:degrade, false:not degrade)
gateway.degrade.users.myIndexOrder.enable=false

#app.giftcard.cardNum(get User Gift CardNum. true:degrade, false:not degrade)
gateway.degrade.users.myIndexGiftCard.enable=false

#app.passport.growthMonth(get getYearData. true:degrade, false:not degrade)
gateway.degrade.users.growthMonth.enable=false

#app.browse.addBrowseBatch(addBrowseBatch. true:degrade, false:not degrade)
gateway.degrade.brower.addBrowseBatch.enable=false

#sns.queryToShareOrderNum, brower.getInboxCount(query shareOrder, inboxCount num. true:degrade, false:not degrade)
gateway.degrade.users.myIndexOthers.enable=false

#sns.getInbox brower.getInboxListNew(query inboxList. true:degrade, false:not degrade)
gateway.degrade.users.inboxList.enable=false
#query inboxTotal. true:degrade,false not degrage
gateway.degrade.users.inboxTotal.enable=false
#browse add blackQueue
gateway.degrade.users.offer.blockqueue.enable=false
#session verify get userSession
gateway.degrade.users.getUserSesion.enable=false
#signinAppV2 use static encrypt key
gateway.degrade.users.signinAppV2.enable=false
#educationLevel use static data
gateway.degrade.users.educationLevel.enable=false
#get suggest list degrade true:degrade,false not degrage
gateway.degrade.users.suggestList.enable=false
#get userContacts degrade true:degrade,false not degrage
gateway.degrade.users.userContacts.enable=false
#query productPraise info degrade true:degrade,false not degrage
gateway.degrade.users.productPraise.enable=false
#app.passport.passport degrade true:degrade, false:not degrade
gateway.degrade.users.myProfile.enable=false
gateway.degrade.users.checkUdid.enable=false
########################## End users degrade ###############################################

########################## Begin sns degrade ###############################################
#sns query to share order total num, true:degrade, false:not degrade, can
gateway.degrade.sns.queryOrderProductCommentList.enable=false

#sns product detail, get recent one shareorder, true:degrade, false:not degrade, can
gateway.degrade.sns.getRecentShareOrder.enable=false

#/guang/api/v1/share/guang(query article info for share, true:degrade, false:not degrade)
gateway.degrade.sns.shareGuang.enable=false

#/guang/api/v1/article/getArticleNotice(query article nums of new publish, true:degrade, false:not degrade)
gateway.degrade.sns.articleNotice.enable=false

#/guang/api/v1/share/brandinfo(query plustar brand info for share, true:degrade, false:not degrade)
gateway.degrade.sns.shareBrandInfo.enable=false

#sns show channel get praise num, true:degrade, false:not degrade, can
gateway.degrade.sns.getPraiseInfo.enable=false

#/guang/service/*/article/getBrand(query brands related article, true:degrade, false:not degrade)
gateway.degrade.sns.brandRelatedArticle.enable=false

#/guang/service/v2/article/getOtherArticle(query articles related article, true:degrade, false:not degrade)
gateway.degrade.sns.otherArticle.enable=false

#/guang/service/*/article/checkArticleFav(check article favorite, true:degrade, false:not degrade)
gateway.degrade.sns.checkArticleFav.enable=false

#/guang/api/*/comments/getList(query articleComment list,true:degrade, false:not degrade)
gateway.degrade.sns.articleCommentsList.enable=false

#/guang/api/*/plustar/getlist(query plustar list,true:degrade, false:not degrade)
gateway.degrade.sns.plustarList.enable=false

#/guang/api/*/category/get(query category list,true:degrade, false:not degrade)
gateway.degrade.sns.categoryList.enable=false

#/guang/api/v2/article/getSimpleArticleList(fav praise view num,true:degrade, false:not degrade)
gateway.degrade.sns.tagTop.enable=false


#/guang/api/*/article/getTagTop(query top tag,true:degrade, false:not degrade)
gateway.degrade.sns.getSimpleArticleList.enable=false

#/guang/service/*/article/getArticleByBrand(query article by brand in star original,true:degrade, false:not degrade)
gateway.degrade.sns.articleByBrand.enable=false
#/guang/api/*/article/getArticleByViewsNum(query article by viewsNum,true:degrade, false:not degrade)
gateway.degrade.sns.articleByViewNum.enable=false
#/guang/api/*/article/articlePraiseAndFavor(query articlePraiseAndFavor,true:degrade, false:not degrade)
gateway.degrade.sns.articlePraiseAndFavor.enable=false

#/guang/api/v1/Favorite/getFavNumber(query userFavoriteNum,true:degrade, false:not degrade)
gateway.degrade.sns.myIndexArtFav.enable=false
########################## End sns degrade ###############################################


# /operations/api/v5/version/getVersion	(get new app version, true: degrade, false: not degrade)
gateway.degrade.resources.getVersion.enable=false
# /operations/api/v5/resource/home (determine is new user(degrade all not new), true: degrade, false: not degrade)
gateway.degrade.resources.isNewUserFromYHService.enable=false

gateway.degrade.resources.isRegisterUserFromYHService.enable=true
#app.Shopping.count(query shopping count, true:degrade, false:not degrade)
gateway.degrade.shopping.count.enable=false
gateway.degrade.shopping.findPendingOrderCountByUid.enable=false
gateway.degrade.shopping.countUsableCoupon.enable=false
gateway.degrade.shopping.listCoupon.enable=false
gateway.degrade.order.orderListCount.enable=false

gateway.degrade.resources.app_ads_list.enable=false
gateway.degrade.resources.app_resources_getNotices.enable=false
gateway.degrade.resources.clientInitConfig.enable=true

#enable weight random robin
service.finder.weight=false

gateway.sendsms.times.udid.fiftySecond=1
gateway.sendsms.times.udid.tenMinute=10
##################################  START cache time config ######################################

##################################  END cache time config ######################################
##################################  START redis memcache time config ######################################


##################################  END redis memcache time config ######################################



##################################  START hystrix config ######################################

#his property sets the time in milliseconds after which the caller will observe a timeout and walk away from the command execution.
hystrix.command.default.circuitBreaker.requestVolumeThreshold=100
#This property sets the error percentage at or above which the circuit should trip open and start short-circuiting requests to fallback logic.
hystrix.command.default.circuitBreaker.errorThresholdPercentage=75


hystrix.threadpool.default.coreSize=40
hystrix.threadpool.default.maxQueueSize=50000
# an artificial maximum queue size at which rejections will occur even if maxQueueSize has not been reached
hystrix.threadpool.default.queueSizeRejectionThreshold=45000


hystrix.command.default.execution.timeout.enabled=true
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=3000



#### hystrix thread pool config #########
hystrix.threadpool.promotionThreadInsulate.coreSize=20
hystrix.threadpool.promotionThreadInsulate.maxQueueSize=2000

hystrix.threadpool.shoppingEdit.coreSize=45
hystrix.threadpool.shoppingEdit.maxQueueSize=5000

hystrix.threadpool.shoppingPayment.coreSize=30
hystrix.threadpool.shoppingPayment.maxQueueSize=5000

hystrix.threadpool.shoppingSubmit.coreSize=30
hystrix.threaegrapool.shoppingSubmit.maxQueueSize=5000

hystrix.threadpool.orderAlipay.coreSize=30
hystrix.threadpool.orderAlipay.maxQueueSize=5000

hystrix.threadpool.orderPay.coreSize=30
hystrix.threadpool.orderPay.maxQueueSize=5000

hystrix.threadpool.newProduct.coreSize=30
hystrix.threadpool.newProduct.maxQueueSize=5000

hystrix.threadpool.orderList.coreSize=30
hystrix.threadpool.orderList.maxQueueSize=5000

hystrix.threadpool.userLogin.coreSize=20
hystrix.threadpool.userLogin.maxQueueSize=3000

hystrix.threadpool.resourcesPrimary.coreSize=30
hystrix.threadpool.resourcesPrimary.maxQueueSize=5000


#### hystrix timeout config #########

hystrix.command.search.query.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.search.selectionsForPc.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.search.selectionsForApp.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.search.aggBrand.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.search.productList.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.search.productPool.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.search.newShelveProductList.execution.isolation.thread.timeoutInMilliseconds=2000

hystrix.command.sns.audShareOrderBatch.execution.isolation.thread.timeoutInMilliseconds=3000
hystrix.command.sns.selectList.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.sns.getUserFavArticleList.execution.isolation.thread.timeoutInMilliseconds=3000
hystrix.command.sns.getArticleBaseInfo.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.sns.getList.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.sns.getStarClassroomArticleList.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.sns.audShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.sns.getShareOrderByCommentId.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.sns.queryShareOrderNum.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.sns.recommendShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000


hystrix.command.message.smsSend.execution.isolation.thread.timeoutInMilliseconds=2000

hystrix.command.brower.getInBoxListNew.execution.isolation.thread.timeoutInMilliseconds=500

hystrix.command.users.activateInstalment.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.users.backpwdByEmail.execution.isolation.thread.timeoutInMilliseconds=2500
hystrix.command.users.verifyEmail.execution.isolation.thread.timeoutInMilliseconds=1800
hystrix.command.users.verifyStudent.execution.isolation.thread.timeoutInMilliseconds=1800
hystrix.command.users.verifyIdentity.execution.isolation.thread.timeoutInMilliseconds=1500
hystrix.command.users.getBankInfoByCardNo.execution.isolation.thread.timeoutInMilliseconds=1500
hystrix.command.users.modifyUserBaseHead.execution.isolation.thread.timeoutInMilliseconds=1500
hystrix.command.users.signCheck.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.users.queryCreditLimit.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.users.getBankCards.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.users.bind.execution.isolation.thread.timeoutInMilliseconds=700
hystrix.command.users.validateSnsCheckCode.execution.isolation.thread.timeoutInMilliseconds=700
hystrix.command.userLogin.login.execution.isolation.thread.timeoutInMilliseconds=700
hystrix.command.userLogin.signinByOpenID.execution.isolation.thread.timeoutInMilliseconds=700
hystrix.command.users.checkVerifyMobile.execution.isolation.thread.timeoutInMilliseconds=700
hystrix.command.users.register.execution.isolation.thread.timeoutInMilliseconds=600
hystrix.command.users.getVipDetailInfo.execution.isolation.thread.timeoutInMilliseconds=600
hystrix.command.users.modifyUserBase.execution.isolation.thread.timeoutInMilliseconds=600
hystrix.command.users.selectUserBaseList.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.getFavoriteBrandList.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.changeMobile.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.getUserprofile.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.qrCodeLogin.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.getYohoCoinLog.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.changepwdByMobileCode.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.getList.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.addYohoCoin.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.getUserShowYohoCoins.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.users.getUserSession.execution.isolation.thread.timeoutInMilliseconds=200

hystrix.command.orderAlipay.getAliPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderAlipay.notifyAliPayment.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderAlipay.getWeixinPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderAlipay.notifyWeixinPayment.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.getApplePrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.notifyApplePayment.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.getUnionPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.notifyUnionPayment.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.getQQPrepayData.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.notifyQQPayment.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.paymentOrderQuery.execution.isolation.thread.timeoutInMilliseconds=1500
hystrix.command.orderPay.paymentRefund.execution.isolation.thread.timeoutInMilliseconds=2500
hystrix.command.orderPay.crfInstalmentConfirmRepay.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.orderPay.crfInstalmentCreditPay.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.orderPay.crfInstalmentRepayPre.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.orderPay.getInstallmentOrderDetail.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.orderPay.getAllInstallmentOrders.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.orderPay.getCmbNetpayData.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.notifyCmbnetPay.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.orderPay.notifyCmbnetSign.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.order.queryAmtList.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.order.queryAmtInfo.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.order.queryRePayList.execution.isolation.thread.timeoutInMilliseconds=1200
hystrix.command.shoppingSubmit.submitShopping.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.order.closeOrderByCode.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.order.addfavorite.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.order.paymentBuyNow.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.order.submitChangeGoods.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.shoppingPayment.paymentShopping.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.order.removeBacklist.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.order.selectCouponBuyNow.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.shoppingPayment.selectCoupon.execution.isolation.thread.timeoutInMilliseconds=500


hystrix.command.resourcesPrimary.get.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.resourcesPrimary.home.execution.isolation.thread.timeoutInMilliseconds=1000
hystrix.command.resourcesPrimary.getEntrance.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.resourcesPrimary.getCategory.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.resources.findWebShare.execution.isolation.thread.timeoutInMilliseconds=500
hystrix.command.resources.queryAdsList.execution.isolation.thread.timeoutInMilliseconds=500


hystrix.command.product.syncAddLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.product.syncDeleteLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.product.syncUpdateLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.product.syncUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.product.syncBatchUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=2000



hystrix.command.promotion.batchAddLimitCodeReceiveRecord.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.promotion.addLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.promotion.updateLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.promotion.deleteLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000

hystrix.command.bigdata.batchQueryChangePriceByProductSkn.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.bigdata.getStorageInRptForApi.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.bigdata.getOrdersGoodsRptListEx.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.bigdata.getReturnGoodsRptListEx.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.bigdata.getShopBrandRankEx.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.bigdata.getShopBusinessOverviewEx.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.erpPurchase.stockOut.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.erpPurchase.list.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.erpPurchase.getExpressList.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.erpPurchase.delivery.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.erpPurchase.queryBySupplierId.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.bigdata.getStorageStatisticsList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.bigdata.getStorageInRptList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.bigdata.getStorageOutRptList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.seller.querySellType.execution.isolation.thread.timeoutInMilliseconds=2000


hystrix.command.app.clearResourceCache.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.deleteSingleTemplateCache.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearGuangCache.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearYohoCoinActivity.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearProductCache.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearSecKillCacheSync.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearSecKillProductCacheSync.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearProductSingleDay.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearSecKillAbortSync.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearSecKillAudPassSync.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.batchUpdateSecKillToNormal.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.ClearShopsDecoratorCache.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.clearShareOrderCache.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.erp.sysAwaitborrowGoods.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.removeBacklist.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.getStorageInRptForApi.execution.isolation.thread.timeoutInMilliseconds=10000
hystrix.command.app.selectShareOrderList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.app.audShareOrderBatch.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.recommendShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.audShareOrder.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.queryShareOrderNum.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.batchAddLimitCodeReceiveRecord.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.addLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.updateLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.deleteLimitCode.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.syncDeleteLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.syncUpdateLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.syncAddLimitProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.syncUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.app.syncBatchUpdateNormalProduct.execution.isolation.thread.timeoutInMilliseconds=3000
hystrix.command.app.getShopBusinessOverview.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.app.getShopBrandRank.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.app.getOrdersGoodsRptList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.app.getReturnGoodsRptList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.app.getStorageStatisticsList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.app.getStorageInRptList.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.app.getStorageOutRptList.execution.isolation.thread.timeoutInMilliseconds=6000


hystrix.command.platform.queryUserProfile.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.getUsersByPidList.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.getLastCheckShopInfoById.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.getSupplier.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.product.sysAwaitborrowGoods.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.getLimitCodeByBatchNo.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.getProductPicUrlByProductSKN.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.batchQueryProductSortInfo.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.checkAppVersion.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.getAccountBalance.execution.isolation.thread.timeoutInMilliseconds=6000
hystrix.command.platform.changePwd.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.login.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.batchSetIsRead.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.delByIdsAndShopsId.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.queryListByShopsId.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.platform.getShopInboxTotal.execution.isolation.thread.timeoutInMilliseconds=2000

hystrix.command.crf.service.authentication.execution.isolation.thread.timeoutInMilliseconds=10000
hystrix.command.crf.service.getSmsCheckCode.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.crf.service.preCheckSmsCode.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.crf.service.bingBank.execution.isolation.thread.timeoutInMilliseconds=10000
hystrix.command.crf.service.reSendSms4Fcp.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.crf.service.bindedCardList.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.crf.service.queryCreditLimit.execution.isolation.thread.timeoutInMilliseconds=10000
hystrix.command.crf.service.queryBankCardInfo.execution.isolation.thread.timeoutInMilliseconds=5000
hystrix.command.crf.service.unbindCard.execution.isolation.thread.timeoutInMilliseconds=10000
hystrix.command.crf.service.toggleCard.execution.isolation.thread.timeoutInMilliseconds=10000
hystrix.command.users.reSendSms4FcpService.execution.isolation.thread.timeoutInMilliseconds=2000
hystrix.command.users.getSnsCheckCode.execution.isolation.thread.timeoutInMilliseconds=2000

################################## END hystrix config ######################################

################################## start abtest config ######################################
ABTest.open=false
################################## END abtest config ######################################



gateway.degrade.uic.verifiedGraphic.h5web.enable=ture
graphic.verification.fail.maxtimes=50




gateway.backGroundImg.pricePlanTag=http://img11.static.yhbimg.com/article/2017/10/13/14/016a785a73dece1228decbb2268ba8faf0.png
gateway.backGroundImg.vipPricePlanTag=http://flv01.static.yhbimg.com/goodsvideo/2018/08/21/14/03ac51291d6b9718c0d2370a024e1698b3.png
gateway.backGroundImg.customizeTag.expanse=http://img12.static.yhbimg.com/article/2017/10/12/15/0249e27e16ae1c5c98db4101941680f56c.jpg
gateway.backGroundImg.customizeTag.close=http://img13.static.yhbimg.com/article/2017/10/12/15/026ea6ac9824f6a1070f6e61da3735a65c.jpg
gateway.backGroundImg.depositTag=http://img10.static.yhbimg.com/article/2017/10/10/11/01cbc6cb5f16a012a2f09ba3b59356f912.png
gateway.backGroundImg.promotionPriceTag=http://img10.static.yhbimg.com/article/2017/10/10/11/01cbc6cb5f16a012a2f09ba3b59356f912.png
gateway.backGroundImg.promotionPriceTitle=618\u4ef7\uff1a

gateway.limit.addyohocoin=2000

gateway.auth.depand.uic.enable=true


miniapp.fastlogin.switch=true

gateway.degrade.favorite.isFavoriteNew.enable=false

# app.favorite.getFavoriteCount, true:degrade, false:not degrade
gateway.degrade.brower.myIndexProFav.enable=false

union.default.short.url=http://t.cn/R54KvYN
union.command.open=false