mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
Updates some docs that say reaping is not configurable.
This commit is contained in:
parent
eedeba682b
commit
7f55f9825f
@ -137,5 +137,5 @@ a server, replication to it will stop.
|
||||
|
||||
To prevent an accumulation of dead nodes (nodes in either _failed_ or _left_ states),
|
||||
Consul will automatically remove dead nodes out of the catalog. This process is
|
||||
called _reaping_. This is currently done on a non-configurable interval of 72 hours.
|
||||
called _reaping_. This is currently done on a configurable interval of 72 hours.
|
||||
Reaping is similar to leaving, causing all associated services to be deregistered.
|
||||
|
@ -61,7 +61,7 @@ the current state of the catalog can lag behind until the state is reconciled.
|
||||
|
||||
To prevent an accumulation of dead nodes (nodes in either _failed_ or _left_ states),
|
||||
Consul will automatically remove dead nodes out of the catalog. This process is
|
||||
called _reaping_. This is currently done on a non-configurable interval of 72 hours.
|
||||
called _reaping_. This is currently done on a configurable interval of 72 hours.
|
||||
Reaping is similar to leaving, causing all associated services to be deregistered.
|
||||
|
||||
## Q: Does Consul support delta updates for watchers or blocking queries?
|
||||
|
Loading…
x
Reference in New Issue
Block a user