mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
115946da99
This will both save on unnecessary raft operations as well as unnecessarily incrementing the raft modify index of config entries subject to no-op updates.
4 lines
118 B
Plaintext
4 lines
118 B
Plaintext
```release-note:improvement
|
|
server: conditionally avoid writing a config entry to raft if it was already the same
|
|
```
|