File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ APIGEE_ENVIRONMENTS:
55 - name : internal-dev
66 display_name : Internal Development
77 has_mock_auth : true
8- ratelimit : 1pm # 1 request per second
9- quota : 1
8+ ratelimit : 60pm # 1 request per second
9+ quota : 60
1010 - name : internal-qa
1111 display_name : Internal QA
1212 has_mock_auth : true
@@ -20,8 +20,8 @@ APIGEE_ENVIRONMENTS:
2020 - name : internal-dev-sandbox
2121 display_name : Internal Development Sandbox
2222 portal_visibility : false
23- ratelimit : 1pm # 1 request per second
24- quota : 1
23+ ratelimit : 60pm # 1 request per second
24+ quota : 60
2525 - name : internal-qa-sandbox
2626 display_name : Internal QA Sandbox
2727 portal_visibility : false
@@ -41,8 +41,8 @@ APIGEE_ENVIRONMENTS:
4141 # display_name: Production
4242 # has_mock_auth: false
4343 # portal_visibility: true
44- # ratelimit: 6000pm # 100 requests per second
45- # quota: 6000 # 6000 requests per minute
44+ # ratelimit: 600pm # 10 requests per second
45+ # quota: 600 # 600 requests per minute
4646---
4747meta :
4848 api :
You can’t perform that action at this time.
0 commit comments