Changeset

12344:4f2e77185db4

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.
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Mar 2022 14:22:02 +0000
parents 12343:310bd427901c
children 12345:013dcf34e8e6
files prosody.cfg.lua.dist
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Sun Feb 13 21:52:43 2022 +0100
+++ b/prosody.cfg.lua.dist	Wed Mar 02 14:22:02 2022 +0000
@@ -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/