diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2020-05-15 09:10:46 +0200 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2020-05-15 09:10:57 +0200 |
commit | 4580feaa3c7162b6161bbcbce44514a8da8bd90a (patch) | |
tree | bb42543fbfa711157c89029f1446f459bd9be8bf | |
parent | Update *_vcard commands help, so they are better displayed in Docs (diff) |
Increase default shaper limits, to help with jingle initiation delay
More discussion about this can be found in pull request 3255
-rw-r--r-- | ejabberd.yml.example | 6 |
1 files 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 |