diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-21 08:31:27 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-21 08:31:27 -0800 |
| commit | fcbd04c4253927da2c16821ec1a6565b29de6a6f (patch) | |
| tree | 9c42683e8c7da9ca267488e3aa958bf3a129eba3 /weed/command/scaffold.go | |
| parent | 62b1a346ef33e0d4aa84a568e32a53550b75b590 (diff) | |
| download | seaweedfs-fcbd04c4253927da2c16821ec1a6565b29de6a6f.tar.xz seaweedfs-fcbd04c4253927da2c16821ec1a6565b29de6a6f.zip | |
default to false in scaffold.go
Diffstat (limited to 'weed/command/scaffold.go')
| -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 eb97af91c..3ef7ab914 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -136,8 +136,8 @@ addresses = [ "localhost:30006", ] password = "" -readOnly = true -routeByLatency = true +readOnly = false +routeByLatency = false [etcd] enabled = false |
