This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch ssl-timeout in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 56489561f072befdecbfd5d54a7ebfea0b1cf4af Author: Joan Touzet <[email protected]> AuthorDate: Thu May 10 12:59:57 2018 -0400 Add SSL session_lifetime limit for ibrowse pids --- rel/overlay/etc/vm.args | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rel/overlay/etc/vm.args b/rel/overlay/etc/vm.args index 46f3063..e9f0737 100644 --- a/rel/overlay/etc/vm.args +++ b/rel/overlay/etc/vm.args @@ -48,3 +48,6 @@ # Force use of the smp scheduler, fixes #1296 -smp enable + +# Set maximum SSL session lifetime to reap terminated replication readers +-ssl session_lifetime 300 -- To stop receiving notification emails like this one, please contact [email protected].
