mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-11 15:53:21 +02:00
Update to 2024-07-23 12:00
This commit is contained in:
parent
e4a83290d7
commit
66a96e9bf7
@ -5,6 +5,13 @@ muc_mapper_domain_base = "{{ jitsi_domain }}";
|
||||
admins = { "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}" };
|
||||
http_default_host = "{{ jitsi_domain }}";
|
||||
|
||||
-- Enable use of native prosody 0.11 support for epoll over select
|
||||
network_backend = "epoll";
|
||||
-- Set the TCP backlog to 511 since the kernel rounds it up to the next power of 2: 512.
|
||||
network_settings = {
|
||||
tcp_backlog = 511;
|
||||
}
|
||||
|
||||
{% if jitsi_turn_secret is defined %}
|
||||
external_service_secret = "{{ jitsi_turn_secret }}";
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user