diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-12 20:31:33 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-12 20:31:33 -0800 |
| commit | e4b660699f0e49944c8e951cb552d215da29471f (patch) | |
| tree | e73566bfd121bce68f258b30170377b73c841699 | |
| parent | d1ab16b6e312b8a218b974ecf9caa3d4b0103eb6 (diff) | |
| download | seaweedfs-e4b660699f0e49944c8e951cb552d215da29471f.tar.xz seaweedfs-e4b660699f0e49944c8e951cb552d215da29471f.zip | |
correct comments
fix https://github.com/chrislusf/seaweedfs/issues/1181
| -rw-r--r-- | weed/command/scaffold.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 8519598b3..78eec277c 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -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] |
