1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

Example configuration: Specify s2s shaper

Specify a shaper for incoming s2s connections (got lost in commit
91a74e3e27).

Thanks to Paul Menzel for noting that it was missing.
This commit is contained in:
Holger Weiss 2023-10-16 14:44:01 +02:00
parent df60818883
commit cbfb8eb805

View file

@ -46,6 +46,7 @@ listen:
ip: "::" ip: "::"
module: ejabberd_s2s_in module: ejabberd_s2s_in
max_stanza_size: 524288 max_stanza_size: 524288
shaper: s2s_shaper
- -
port: 5443 port: 5443
ip: "::" ip: "::"