Skip to content

Commit

Permalink
[DOCS] Fix formatting for Watcher settings (#76491) (#76493)
Browse files Browse the repository at this point in the history
Adds missing description list tagging for two Watcher settings.

Resolves #76484
  • Loading branch information
Adam Locke authored Aug 13, 2021
1 parent b129894 commit 4cb1f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/settings/notification-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ connection is being initiated.
The maximum period of inactivity between two data packets, before the
request is aborted.

`xpack.http.tcp.keep_alive`
`xpack.http.tcp.keep_alive`::
(<<static-cluster-setting,Static>>)
Whether to enable TCP keepalives on HTTP connections. Defaults to `true`.

`xpack.http.connection_pool_ttl`
`xpack.http.connection_pool_ttl`::
(<<static-cluster-setting,Static>>)
The time-to-live of connections in the connection pool. If a connection is not
re-used within this timeout, it is closed. By default, the time-to-live is
Expand Down

0 comments on commit 4cb1f27

Please sign in to comment.