Browse Source

redis cluster: do not enable route by latency by default

pull/1743/head
Chris Lu 4 years ago
parent
commit
2c7148cd55
  1. 4
      weed/command/scaffold.go

4
weed/command/scaffold.go

@ -174,9 +174,9 @@ addresses = [
] ]
password = "" password = ""
# allows reads from slave servers or the master, but all writes still go to the master # allows reads from slave servers or the master, but all writes still go to the master
readOnly = true
readOnly = false
# automatically use the closest Redis server for reads # automatically use the closest Redis server for reads
routeByLatency = true
routeByLatency = false
# This changes the data layout. Only add new directories. Removing/Updating will cause data loss. # This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
superLargeDirectories = [] superLargeDirectories = []

Loading…
Cancel
Save