Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ APIGEE_ENVIRONMENTS:
- name: int
display_name: Integration Testing
has_mock_auth: true
rate_limit: 600 # 10 requests per second (calculated per minute)
spike_rate_limit: 900pm # 15 requests per second (this isn't on top of the rate limit and limit smoothed into intervals of seconds)
rate_limit: 1200 # 20 requests per second (calculated per minute)
spike_rate_limit: 1800pm # 30 requests per second (this isn't on top of the rate limit and limit smoothed into intervals of seconds)
approval_type: auto
- name: prod
display_name: Production
Expand Down