We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb50f98 commit 6e68b0dCopy full SHA for 6e68b0d
1 file changed
manifest_template.yml
@@ -39,17 +39,21 @@ APIGEE_ENVIRONMENTS:
39
immunisation-fhir-api-int:
40
quota:
41
enabled: true
42
- limit: 300
+ limit: 6000
43
interval: 1
44
timeunit: minute
45
spikeArrest:
46
47
- ratelimit: 600pm # 10 requests per second
+ ratelimit: 6000pm # 100 requests per second
48
app:
49
50
- enabled: false
+ enabled: true
51
+ limit: 3000
52
+ interval: 1
53
+ timeunit: minute
54
55
56
+ ratelimit: 3000pm # 50 requests per second
57
- name: sandbox
58
display_name_suffix: Sandbox
59
portal_visibility: false
0 commit comments