From ad25e463f4a19573c3fe95edd7991871d424c1e2 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Tue, 12 Sep 2017 20:25:06 -0400 Subject: [PATCH] Use the default max_stanza_size for ejabberd Signed-off-by: Ben Shum --- opensrf/ejabberd-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensrf/ejabberd-config.yml b/opensrf/ejabberd-config.yml index a5527d8dc..32a5f3103 100644 --- a/opensrf/ejabberd-config.yml +++ b/opensrf/ejabberd-config.yml @@ -122,7 +122,7 @@ listen: protocol_options: - "no_sslv3" ## - "no_tlsv1" - max_stanza_size: 2000000 + max_stanza_size: 65536 shaper: c2s_shaper access: c2s zlib: true -- 2.11.0