Skip to content

Commit c4eef99

Browse files
authored
Increased rate limits (#120)
1 parent 3431f20 commit c4eef99

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

manifest_template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ APIGEE_ENVIRONMENTS:
3434
quota: 60
3535
- name: int
3636
display_name: Integration Testing
37-
ratelimit: 10pm # 1 request every 6 seconds
38-
quota: 10 # 10 requests per minute
37+
ratelimit: 120pm # 2 requests per second
38+
quota: 120 # 2 requests per second
3939
# Enable environments when ready by uncommenting:
4040
# - name: prod
4141
# display_name: Production
4242
# has_mock_auth: false
4343
# portal_visibility: true
44-
# ratelimit: 600pm # 10 requests per second
45-
# quota: 600 # 600 requests per minute
44+
# ratelimit: 1200pm # 20 requests per second
45+
# quota: 1200 # 20 requests per second
4646
---
4747
meta:
4848
api:

specification/nhs-website-content-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ info:
259259
| Environment | Rate limit |
260260
| ----------------- | ------------------------------- |
261261
| Sandbox | 60 requests per minute |
262-
| Integration test | 10 requests per minute |
263-
| Production | 600 requests per minute |
262+
| Integration test | 120 requests per minute |
263+
| Production | 1200 requests per minute |
264264
265265
## Developer Community
266266

0 commit comments

Comments
 (0)