This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push:
new f541e48 Add SSL session_lifetime limit for ibrowse pids
f541e48 is described below
commit f541e48a76e26945440d370235b53ab7310d1476
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].