mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
correct comments
fix https://github.com/chrislusf/seaweedfs/issues/1181
This commit is contained in:
parent
d1ab16b6e3
commit
e4b660699f
|
@ -145,9 +145,9 @@ addresses = [
|
|||
"localhost:30006",
|
||||
]
|
||||
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
|
||||
// automatically use the closest Redis server for reads
|
||||
# automatically use the closest Redis server for reads
|
||||
routeByLatency = true
|
||||
|
||||
[etcd]
|
||||
|
|
Loading…
Reference in a new issue