projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442baa0
)
trusty: raise max-stanza to match EG defaults
author
Bill Erickson
<berickxx@gmail.com>
Mon, 17 Nov 2014 22:11:19 +0000
(17:11 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Mon, 17 Nov 2014 22:11:19 +0000
(17:11 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
installer/trusty/ejabberd.EG.patch
patch
|
blob
|
history
diff --git
a/installer/trusty/ejabberd.EG.patch
b/installer/trusty/ejabberd.EG.patch
index
d011b5f
..
329bfad
100644
(file)
--- a/
installer/trusty/ejabberd.EG.patch
+++ b/
installer/trusty/ejabberd.EG.patch
@@
-14,7
+14,7
@@
{access, c2s},
{shaper, c2s_shaper},
- {max_stanza_size, 65536},
-+ {max_stanza_size, 200000},
++ {max_stanza_size, 200000
0
},
%%zlib,
starttls, {certfile, "/etc/ejabberd/ejabberd.pem"}
]},
@@
-23,7
+23,7
@@
{5269, ejabberd_s2s_in, [
{shaper, s2s_shaper},
- {max_stanza_size, 131072}
-+ {max_stanza_size, 200000}
++ {max_stanza_size, 200000
0
}
]},
%% External MUC jabber-muc