]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 5007: Docs: Fix max_filedescriptors description (#529)
authorDrDaveD <2129743+DrDaveD@users.noreply.github.com>
Wed, 1 Jan 2020 22:56:34 +0000 (22:56 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 19 Jan 2020 08:56:48 +0000 (21:56 +1300)
max_filedescriptors can also be used to _raise_  the number of
descriptors (up to the OS hard limit).

src/cf.data.pre

index aaa87125eb7eb7b4cddf79ec6d1adf70a24c0e88..73239ed9d32db41514cae94b787be84972a6eff6 100644 (file)
@@ -10067,13 +10067,14 @@ DOC_END
 NAME: max_filedescriptors max_filedesc
 TYPE: int
 DEFAULT: 0
-DEFAULT_DOC: Use operating system limits set by ulimit.
+DEFAULT_DOC: Use operating system soft limit set by ulimit.
 LOC: Config.max_filedescriptors
 DOC_START
-       Reduce the maximum number of filedescriptors supported below
-       the usual operating system defaults.
+       Set the maximum number of filedescriptors, either below the
+       operating system default or up to the hard limit.
 
-       Remove from squid.conf to inherit the current ulimit setting.
+       Remove from squid.conf to inherit the current ulimit soft
+       limit setting.
 
        Note: Changing this requires a restart of Squid. Also
        not all I/O types supports large values (eg on Windows).