forked from dragonflydb/dragonfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(server): Rename confusing flag `replica_reconnect_on_master_resta…
…rt` (dragonflydb#3193) That was a misleading name, as the logic was the exact opposite (oops 🤦) This PR introduces a new name for the same flag: break_replication_on_master_restart We're keeping the previous flag for now, to make transition easier. We'll remove it in a later Dragonfly version (>= 1.22) Fixes dragonflydb#3192
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters