From 20921fcc3d21e99d258e97fbf6d31f8a7a88bdb5 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Tue, 1 Sep 2015 13:43:03 +0200 Subject: [PATCH] Document transport.ping_schedule Closes #13241 --- docs/reference/modules/transport.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/modules/transport.asciidoc b/docs/reference/modules/transport.asciidoc index f836f66bcfe..1c92eb24e4c 100644 --- a/docs/reference/modules/transport.asciidoc +++ b/docs/reference/modules/transport.asciidoc @@ -43,6 +43,9 @@ time setting format). Defaults to `30s`. |`transport.tcp.compress` |Set to `true` to enable compression (LZF) between all nodes. Defaults to `false`. + +|`transport.ping_schedule` | Schedule a regular ping message to ensure that connections are kept alive. Defaults to `5s` in the transport client and `-1` (disabled) elsewhere. + |======================================================================= It also uses the common