diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-02 14:22:02 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-02 14:22:02 +0000 |
commit | 1990010e21321f2df3720aeae5aac56480fd13e8 (patch) | |
tree | be2dca54b3ce35b0d1a060c21811ae6d59063cca | |
parent | 09f6d8f21d321dc352553924da3ae63ea99482c0 (diff) | |
download | prosody-1990010e21321f2df3720aeae5aac56480fd13e8.tar.gz prosody-1990010e21321f2df3720aeae5aac56480fd13e8.zip |
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.
-rw-r--r-- | prosody.cfg.lua.dist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 8f5f43cc..cb4718a3 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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/ |