Skip to content

Commit

Permalink
refactor: enable read repair
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed May 2, 2024
1 parent 6524ea0 commit 0a35566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cluster/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ func (n *Node) buildConfig() *config.Config {
conf := &config.Config{
BindAddr: n.host.Host,
BindPort: n.host.ClusterPort,
ReadRepair: false,
ReadRepair: true,
ReplicaCount: config.MinimumReplicaCount,
WriteQuorum: config.DefaultWriteQuorum,
ReadQuorum: config.DefaultReadQuorum,
Expand Down

0 comments on commit 0a35566

Please sign in to comment.