zaqar/tests/etc/wsgi_sqlalchemy_validation.conf
Sphoorti Joglekar 6253626829 Replace misleading max_message_size option name
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
2014-09-23 02:15:36 +05:30

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