Skip to content

Commit

Permalink
Change docs to say 168h instead of 7d for server_rejoin_age_max (#18154)
Browse files Browse the repository at this point in the history
### Description

Addresses
#17171 (comment)
  • Loading branch information
David Yu authored Jul 17, 2023
1 parent f7c5ba5 commit e52ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/agent/config/config-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ Refer to the [formatting specification](https://golang.org/pkg/time/#ParseDurati
- `server_rejoin_age_max` - controls the allowed maximum age of a stale server attempting to rejoin a cluster.
If a server is not running for this period, then it will refuse to start up again until an operator intervenes. This is to protect
clusters from instability caused by decommissioned servers accidentally being started again.
Note: the default value is 7d and the minimum value is 6h.
Note: the default value is 168h (equal to 7d) and the minimum value is 6h.

- `non_voting_server` - **This field is deprecated in Consul 1.9.1. See the [`read_replica`](#read_replica) field instead.**

Expand Down

0 comments on commit e52ea0e

Please sign in to comment.