From 21dd9ed725721ad8fae48e22c2970f1931cad70f Mon Sep 17 00:00:00 2001 From: Christof Schulze <christof.schulze@gmx.net> Date: Mon, 24 Mar 2025 00:08:53 +0100 Subject: [PATCH] prosody: use_libevent removed there is auto-detection in place since 0.12 --- templates/prosody/prosody.cfg.lua.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/prosody/prosody.cfg.lua.j2 b/templates/prosody/prosody.cfg.lua.j2 index 04c794f..2686bfe 100644 --- a/templates/prosody/prosody.cfg.lua.j2 +++ b/templates/prosody/prosody.cfg.lua.j2 @@ -22,10 +22,6 @@ -- Example: admins = { "user1@example.com", "user2@example.net" } admins = { "alex@{{ prosody_domain_name }}", "tux@{{ prosody_domain_name }}" } --- Enable use of libevent for better performance under high load --- For more information see: https://prosody.im/doc/libevent -use_libevent = true - -- Prosody will always look in its source directory for modules, but -- this option allows you to specify additional locations where Prosody -- will look for modules first. For community modules, see https://modules.prosody.im/