25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-22 17:28:25 +01:00

Increase default shaper limits, to help with jingle initiation delay

More discussion about this can be found in pull request 3255
This commit is contained in:
Paweł Chmielowski 2020-05-15 09:10:46 +02:00
parent f3b8dc9c0b
commit 4580feaa3c

View File

@ -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