6253626829
The max_message_size option name is misleading. The option determines max size of message post body. Replacing the option name to max_messages_post_size. Change-Id: Ie01cee026e7ebf530cdb2709e2c17d030ad95480 Closes-Bug: #1357397
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
[drivers]
|
|
transport = wsgi
|
|
storage = sqlalchemy
|
|
|
|
# Test support for deprecated options
|
|
[limits:transport]
|
|
metadata_size_uplimit = 64
|
|
|
|
[transport]
|
|
max_messages_post_size = 256
|