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