Skip to content
Snippets Groups Projects
Commit 9d5e091b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove custom value for max_allowed_request_size_in_bytes"

parents 2146015c 57fb7fd0
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ bind_host = {{ api_interface_address }}
host_href = {{ barbican_public_endpoint }}
backlog = 4096
max_allowed_request_size_in_bytes = 1000000
db_auto_create = False
sql_connection = mysql+pymysql://{{ barbican_database_user }}:{{ barbican_database_password }}@{{ barbican_database_address }}/{{ barbican_database_name }}
......
---
upgrade:
- |
Restores upstream default value for ``max_allowed_request_size_in_bytes``
in ``barbican.conf``. It was set to 1000000 bytes instead of the upstream
default of 25000 bytes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment