mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Remove network_backend option
The only sensible option for most people these days is "epoll". The option is still supported, but it should only be needed by packagers for specific platforms (e.g. BSD may choose libevent for kqueue) or other special cases.
This commit is contained in:
parent
09f6d8f21d
commit
1990010e21
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@
|
|||
-- Example: admins = { "user1@example.com", "user2@example.net" }
|
||||
admins = { }
|
||||
|
||||
-- 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
|
||||
-- will look for modules first. For community modules, see https://modules.prosody.im/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue