| 124 | | denied (default: 1024) --> |
| | 124 | denied. |
| | 125 | |
| | 126 | These connections are mainly consumed when we make a |
| | 127 | connection to an external jabber server, or an external jabber |
| | 128 | server connects to us. If you don't have a lot of users then |
| | 129 | there's probably no need for s2s to establish connections to |
| | 130 | external jabber servers and the default value here is probably |
| | 131 | fine. On the other hand, if you have lots of users with lots |
| | 132 | of remote buddies in their buddylist then s2s will need to have |
| | 133 | lots of open connections with other jabber servers and you may |
| | 134 | need to increase this value. |
| | 135 | |
| | 136 | Note that this value only affects how many file descriptors |
| | 137 | jabberd is able to handle internally. You may also need to |
| | 138 | tell your operating system to allow jabberd to use more file |
| | 139 | descriptors. On Linux this can be done using ulimit -n or by |
| | 140 | changing the value of /proc/sys/fd/file-max. |
| | 141 | |
| | 142 | (default: 1024) --> |