We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566ad27 commit a6401edCopy full SHA for a6401ed
1 file changed
manifest_template.yml
@@ -5,7 +5,7 @@ APIGEE_ENVIRONMENTS:
5
display_name_suffix: Internal Development
6
ratelimiting:
7
immunisation-fhir-api-internal-dev:
8
- # 500 requests per second on average
+ # 5 requests per second on average
9
quota:
10
enabled: true
11
limit: 300
@@ -106,16 +106,16 @@ APIGEE_ENVIRONMENTS:
106
display_name_suffix: Reference
107
108
immunisation-fhir-api-ref:
109
- # 5 requests per second on average
+ # 500 requests per second on average
110
111
112
- limit: 300
+ limit: 30000
113
interval: 1
114
timeunit: minute
115
# 1000 requests per second max
116
spikeArrest:
117
118
- ratelimit: 600pm
+ ratelimit: 60000pm
119
app:
120
121
enabled: false
0 commit comments