Skip to content

Commit

Permalink
refactor: rename backupMode to replicationMode
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Sep 26, 2020
1 parent f320735 commit b5007c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/olricd/olricd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ olricd:
writeQuorum: 1
readQuorum: 1
readRepair: false
backupMode: 0
replicationMode: 0 # sync mode. for async, set 1
tableSize: 1048576 # 1MB in bytes
memberCountQuorum: 1

Expand Down
4 changes: 2 additions & 2 deletions docker/olricd-consul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ olricd:
keepAlivePeriod: "300s"
requestTimeout: "5s"
partitionCount: 271
replicaCount: 1
replicaCount: 2
writeQuorum: 1
readQuorum: 1
readRepair: false
backupMode: 0
replicationMode: 1 # sync mode. for async, set 1
tableSize: 1048576 # 1MB in bytes
memberCountQuorum: 1

Expand Down

0 comments on commit b5007c3

Please sign in to comment.