Skip to content

Commit

Permalink
Merge pull request #222 from sunbird-cb/4.8.11-dev
Browse files Browse the repository at this point in the history
Update main.yml large_request_size_limit increased for ml-core
  • Loading branch information
Haritest authored Mar 6, 2024
2 parents 21b7d7c + ce68f8b commit 430b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12409,7 +12409,7 @@ kong_apis:
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ small_request_size_limit }}"
config.allowed_payload_size: "{{ large_request_size_limit }}"

- name: OperationalReportAdminGrantAccess
uris: "/operationalreports/admin/grantaccess"
Expand Down

0 comments on commit 430b83a

Please sign in to comment.