Procházet zdrojové kódy

Merge pull request #793 from binocarlos/patch-1

Added the -peer-heartbeat-interval option
Brandon Philips před 11 roky
rodič
revize
dffe460210
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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`.