From cbfb8eb805e658d0327190c63151e2323eb11ced Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 16 Oct 2023 14:44:01 +0200 Subject: [PATCH] Example configuration: Specify s2s shaper Specify a shaper for incoming s2s connections (got lost in commit 91a74e3e27cf2c2f6b25888c3cc276d0ddbf5c69). Thanks to Paul Menzel for noting that it was missing. --- ejabberd.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 56ce5b34e..df52c85be 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -46,6 +46,7 @@ listen: ip: "::" module: ejabberd_s2s_in max_stanza_size: 524288 + shaper: s2s_shaper - port: 5443 ip: "::"