Skip to content

Commit 317a816

Browse files
committed
Fix definition of FPM listen.backlog configuration
1 parent e67f3f3 commit 317a816

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/fpm/configuration.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,9 @@
260260
</term>
261261
<listitem>
262262
<para>
263-
Set listen(2) backlog. A value of '-1' means unlimited. Default value:
264-
-1.
263+
Set listen(2) backlog. A value of <literal>-1</literal> means maximum on BSD systems.
264+
Default value: <literal>-1</literal> (FreeBSD or OpenBSD) or <literal>511</literal>
265+
(Linux and other platforms).
265266
</para>
266267
</listitem>
267268
</varlistentry>

0 commit comments

Comments
 (0)