From 878e0d45a5d1469965d456a5d8a436b45ac59c3a Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 3 Jul 2017 15:30:52 +1000 Subject: Always allow extra file descriptors when setting the connection maximum When setting the maximum number of connections allowed by the OS, always allow some extra file descriptors for other files. Fixes bug 22797; bugfix on 0.2.0.10-alpha. --- changes/bug22797 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug22797 (limited to 'changes') diff --git a/changes/bug22797 b/changes/bug22797 new file mode 100644 index 0000000000..619baaa409 --- /dev/null +++ b/changes/bug22797 @@ -0,0 +1,4 @@ + o Minor bugfixes (file limits): + - When setting the maximum number of connections allowed by the OS, + always allow some extra file descriptors for other files. + Fixes bug 22797; bugfix on 0.2.0.10-alpha. -- cgit v1.2.3-54-g00ecf