doc: Fix env var for rejoin

This commit is contained in:
Killian Kemps 2022-02-08 11:59:03 +01:00
parent 91d192a0af
commit b027e70eea
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ All options can be passed either as command-line flags or environment variables:
| `--no-etc-hosts` | WESHER_NO_ETC_HOSTS | whether to skip writing hosts entries for each node in mesh | `false` |
| `--log-level LEVEL` | WESHER_LOG_LEVEL | set the verbosity (one of debug/info/warn/error) | `warn` |
| `--keepalive-interval INTERVAL` | WESHER_KEEPALIVE_INTERVAL | interval for which to send keepalive packets | `30s` |
| `--rejoin INTERVAL` | WESHER_KEEPALIVE_INTERVAL | interval at which join nodes are joined again if away, 0 disables rejoining altogether | `0` |
| `--rejoin INTERVAL` | WESHER_REJOIN | interval at which join nodes are joined again if away, 0 disables rejoining altogether | `0` |
## Running multiple clusters