Browse Source

Added the -peer-heartbeat-interval option

Kai Davenport 11 years ago
parent
commit
e9482167a8
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-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`.