Authored by chunhua.zhang

Update nginx_limit_api.yml

@@ -7,7 +7,7 @@ default_rate_limit: 200 @@ -7,7 +7,7 @@ default_rate_limit: 200
7 # frist variable: rate in two seconds ,second variable: error code, third variable:error message 7 # frist variable: rate in two seconds ,second variable: error code, third variable:error message
8 api_rate_limit: 8 api_rate_limit:
9 9
10 - - app.Shopping.submit: "100,9999992,人太多啦,稍后再试!" 10 + - app.Shopping.submit: "90,9999992,人太多啦,稍后再试!"
11 - app.Buynow.submit: "100,9999992,人太多啦,稍后再试!" 11 - app.Buynow.submit: "100,9999992,人太多啦,稍后再试!"
12 - app.shopping.depositSubmit: "100,9999992,人太多啦,稍后再试!" 12 - app.shopping.depositSubmit: "100,9999992,人太多啦,稍后再试!"
13 - app.Shopping.deposit.submit: "100,9999992,人太多啦,稍后再试!" 13 - app.Shopping.deposit.submit: "100,9999992,人太多啦,稍后再试!"