Authored by hua.qu

恢复限流配置

... ... @@ -7,14 +7,14 @@ default_rate_limit: 200
# frist variable: rate in two seconds ,second variable: error code, third variable:error message
api_rate_limit:
- app.Shopping.submit: "50,9999992,人太多啦,稍后再试!"
- app.Buynow.submit: "50,9999992,人太多啦,稍后再试!"
- app.shopping.depositSubmit: "50,9999992,人太多啦,稍后再试!"
- app.Shopping.deposit.submit: "50,9999992,人太多啦,稍后再试!"
- app.Seckill.submit: "50,9999992,人太多啦,稍后再试!"
- app.GroupBuy.submit: "50,9999992,人太多啦,稍后再试!"
- app.GroupBuy.payment: "50,9999992,人太多啦,稍后再试!"
- app.Shopping.easySubmit: "50,9999992,人太多啦,稍后再试!"
- app.Shopping.submit: "90,9999992,人太多啦,稍后再试!"
- app.Buynow.submit: "100,9999992,人太多啦,稍后再试!"
- app.shopping.depositSubmit: "100,9999992,人太多啦,稍后再试!"
- app.Shopping.deposit.submit: "100,9999992,人太多啦,稍后再试!"
- app.Seckill.submit: "100,9999992,人太多啦,稍后再试!"
- app.GroupBuy.submit: "100,9999992,人太多啦,稍后再试!"
- app.GroupBuy.payment: "100,9999992,人太多啦,稍后再试!"
- app.Shopping.easySubmit: "100,9999992,人太多啦,稍后再试!"
- app.Shopping.queryPromotionGifts: "150"
- app.Shopping.selectedAndQryCart: "210,9999992,人太多啦,稍后再试!"
... ...
... ... @@ -25,12 +25,4 @@ white_ips:
# requests for degraded methods will get http 200 response from nginx directly without passing the request to backend servers.
degrade_methods:
- "app.invitecode.my"
- "app.favorite.getFavoriteCount"
- "app.favorite.isFavoriteNew"
- "app.grass.getUnreadArticleTotal"
- "app.grass.getGrassPubAndFavorNum"
- "app.grass.getTotalInboxUnread"
- "ufo.order.summary"
- "ufo.seller.orderSummary"
- "ufo.buyer.orderListNums"
... ...