Skip to content

Commit

Permalink
Issue project-sunbird#88 fix:Increase request per hour limit for fram…
Browse files Browse the repository at this point in the history
…ework API
  • Loading branch information
ahghatol committed May 14, 2018
1 parent 16ba935 commit 41628a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ medium_rate_limit_per_hour: 1000
x_medium_rate_limit_per_hour: 5000
large_rate_limit_per_hour: 10000
x_large_rate_limit_per_hour: 20000
xx_large_rate_limit_per_hour: 50000

premium_consumer_small_rate_limit_per_hour: 1000
premium_consumer_medium_rate_limit_per_hour: 10000
Expand Down Expand Up @@ -2355,7 +2356,7 @@ kong_apis:
- name: acl
config.whitelist: domainUser
- name: rate-limiting
config.hour: "{{ x_large_rate_limit_per_hour }}"
config.hour: "{{ xx_large_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"
Expand Down

0 comments on commit 41628a5

Please sign in to comment.