Increase 'max_stanza_size' limit for c2s listener

Specify a larger 'max_stanza_size' limit for c2s connections in the
default configuration in order to reduce the risk of this limit being
hit by legitimate traffic (such as avatar uploads).
This commit is contained in:
Holger Weiss 2018-09-17 00:18:38 +02:00
parent c851f9608a
commit dafea66c0f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ listen:
port: 5222
ip: "::"
module: ejabberd_c2s
max_stanza_size: 65536
max_stanza_size: 262144
shaper: c2s_shaper
access: c2s
starttls_required: true