mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
prosody.cfg.lua.dist: Replace use_libevent with network_backend
Since there are more than two choices now. Hard to describe this choice in just one line. Maybe this whole block should go away?
This commit is contained in:
parent
d7b7a25e73
commit
cd16ea631d
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@
|
|||
-- Example: admins = { "user1@example.com", "user2@example.net" }
|
||||
admins = { }
|
||||
|
||||
-- Enable use of libevent for better performance under high load
|
||||
-- For more information see: https://prosody.im/doc/libevent
|
||||
--use_libevent = true
|
||||
-- Prosody includes several alternative modules for keeping track of network connections.
|
||||
-- For more information see: https://prosody.im/doc/network_backend
|
||||
--network_backend = "epoll"
|
||||
|
||||
-- Prosody will always look in its source directory for modules, but
|
||||
-- this option allows you to specify additional locations where Prosody
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue