aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
Diffstat (limited to 'weed')
-rw-r--r--weed/command/scaffold.go4
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]