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
12 changes: 8 additions & 4 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,21 @@ APIGEE_ENVIRONMENTS:
immunisation-fhir-api-int:
quota:
enabled: true
limit: 300
limit: 6000
interval: 1
timeunit: minute
spikeArrest:
enabled: true
ratelimit: 600pm # 10 requests per second
ratelimit: 6000pm # 100 requests per second
app:
quota:
enabled: false
enabled: true
limit: 3000
interval: 1
timeunit: minute
spikeArrest:
enabled: false
enabled: true
ratelimit: 3000pm # 50 requests per second
- name: sandbox
display_name_suffix: Sandbox
portal_visibility: false
Expand Down
Loading