Browse Source

Merge pull request #793 from binocarlos/patch-1

Added the -peer-heartbeat-interval option
Brandon Philips 11 years ago
parent
commit
dffe460210
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Documentation/configuration.md

+ 1 - 0
Documentation/configuration.md

@@ -39,6 +39,7 @@ configuration files.
 * `-peer-cert-file` - The cert file of the server.
 * `-peer-cert-file` - The cert file of the server.
 * `-peer-key-file` - The key 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-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`.
 * `-snapshot=false` - Disable log snapshots. Defaults to `true`.
 * `-v` - Enable verbose logging. Defaults to `false`.
 * `-v` - Enable verbose logging. Defaults to `false`.
 * `-vv` - Enable very verbose logging. Defaults to `false`.
 * `-vv` - Enable very verbose logging. Defaults to `false`.