File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ APIGEE_ENVIRONMENTS:
1212 display_name : Internal QA
1313 has_mock_auth : true
1414 rate_limit : 600 # 10 requests per second (calculated per minute)
15- spike_rate_limit : 600pm # 10 requests per second
15+ spike_rate_limit : 900pm # 15 requests per second (this isn't on top of the rate limit)
1616 approval_type : auto
1717 - name : internal-dev-sandbox
1818 display_name : Internal Development Sandbox
@@ -36,13 +36,13 @@ APIGEE_ENVIRONMENTS:
3636 display_name : Integration Testing
3737 has_mock_auth : true
3838 rate_limit : 600 # 10 requests per second (calculated per minute)
39- spike_rate_limit : 600pm # 10 requests per second
39+ spike_rate_limit : 900pm # 15 requests per second (this isn't on top of the rate limit)
4040 approval_type : auto
4141 - name : prod
4242 display_name : Production
4343 has_mock_auth : false
4444 rate_limit : 600 # 10 requests per second (calculated per minute)
45- spike_rate_limit : 600pm # 10 requests per second
45+ spike_rate_limit : 900pm # 15 requests per second (this isn't on top of the rate limit)
4646 approval_type : manual
4747---
4848meta :
You can’t perform that action at this time.
0 commit comments