prosody: use_libevent removed

there is auto-detection in place since 0.12
This commit is contained in:
Christof Schulze 2025-03-24 00:08:53 +01:00
parent 14327233b9
commit 21dd9ed725

View file

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