From 2fc6d530f37821619dd361bf9e921d3da2126d4c Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Fri, 27 Mar 2015 11:34:27 -0700 Subject: [PATCH] website: document minimum session TTL setting --- website/source/docs/agent/options.html.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 89444b26c9..e1ae91113d 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -498,6 +498,12 @@ definitions support being updated during a reload. the [`node_name`](#_node) for the TLS certificate. It can be used to ensure that the certificate name matches the hostname we declare. +* `session_ttl_min` + The minimum allowed session TTL. This ensures sessions are not created with + TTL's shorter than the specified limit. It is recommended to keep this limit + at or above the default to encourage clients to send infrequent heartbeats. + Defaults to 10s. + * `skip_leave_on_interrupt` This is similar to [`leave_on_terminate`](#leave_on_terminate) but only affects interrupt handling. By default, an interrupt (such as hitting