ansible-role-prosody-master/templates/modules/mod_csi_simple.cfg.lua.j2

10 lines
248 B
Text
Raw Normal View History

2022-10-11 09:19:07 +02:00
{#
Prosody server template fragment for the `csi_simple` module.
For details, see:
https://prosody.im/doc/modules/mod_csi_simple
#}
{% if cfg.csi_queue_size is defined %}
csi_queue_size = {{ cfg.csi_queue_size | int }}
{% endif %}