From 4580feaa3c7162b6161bbcbce44514a8da8bd90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Fri, 15 May 2020 09:10:46 +0200 Subject: [PATCH] Increase default shaper limits, to help with jingle initiation delay More discussion about this can be found in pull request 3255 --- ejabberd.yml.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 8f2a870cb..139b5710a 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -127,8 +127,10 @@ api_permissions: - connected_users_number shaper: - normal: 1000 - fast: 50000 + normal: + rate: 3000 + burst_size: 20000 + fast: 100000 shaper_rules: max_user_sessions: 10