* src/ejabberdctl.cfg.example: Explain that each connection uses

two or three ports (thanks to Max Loparyev)

SVN Revision: 1043
This commit is contained in:
Badlop 2007-12-06 21:42:47 +00:00
parent dfa74082f8
commit e79aa93d88
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
2007-12-06 Badlop <badlop@process-one.net>
* src/ejabberdctl.cfg.example: Explain that each connection uses
two or three ports (thanks to Max Loparyev)
* src/configure: Regenerated
* doc/dev.html: Likewise
* doc/features.html: Likewise

View File

@ -27,9 +27,9 @@
# ERL_MAX_PORTS: Maximum number of simultaneously open Erlang ports
#
# Erlang consumes one port for every connection, either from a client or from
# another Jabber server. The option ERL_MAX_PORTS limits the number of
# concurrent connections and can be specified when starting ejabberd.
# ejabberd consumes two or three ports for every connection, either
# from a client or from another Jabber server. So take this into
# account when setting this limit.
#
# Default: 1024
# Maximum: 268435456