From e9482167a847388d7e668d15ae51b27a1cbe2c98 Mon Sep 17 00:00:00 2001 From: Kai Davenport Date: Sun, 18 May 2014 19:22:48 +0100 Subject: [PATCH] Added the -peer-heartbeat-interval option --- Documentation/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index ea591c566..368fdd319 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -39,6 +39,7 @@ configuration files. * `-peer-cert-file` - The cert file of the server. * `-peer-key-file` - The key file of the server. * `-peer-election-timeout` - The number of milliseconds to wait before the leader is declared unhealthy. +* `-peer-heartbeat-interval` - The number of milliseconds in between heartbeat requests * `-snapshot=false` - Disable log snapshots. Defaults to `true`. * `-v` - Enable verbose logging. Defaults to `false`. * `-vv` - Enable very verbose logging. Defaults to `false`.