prosody: use_libevent removed
there is auto-detection in place since 0.12
This commit is contained in:
parent
14327233b9
commit
21dd9ed725
1 changed files with 0 additions and 4 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue