diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-12 12:46:42 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-12 12:46:42 -0700 |
| commit | 1a7afe7e6a2b709059eb4c9a1c37c2cf79edf599 (patch) | |
| tree | 989a4b55767cb4e32d501557a3397100d57c8a50 | |
| parent | f2723c1bc83148379dea24ae9c2e3835d089d8eb (diff) | |
| download | seaweedfs-1a7afe7e6a2b709059eb4c9a1c37c2cf79edf599.tar.xz seaweedfs-1a7afe7e6a2b709059eb4c9a1c37c2cf79edf599.zip | |
adjust default value
related to https://github.com/chrislusf/seaweedfs/issues/1453
| -rw-r--r-- | weed/command/scaffold.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 800bc6029..dd12f12a2 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -391,7 +391,7 @@ default = "localhost:8888" # used by maintenance scripts if the scripts needs [master.sequencer] -type = "memory" # Choose [memory|etcd] type for storing the file id sequence +type = "raft" # Choose [raft|etcd] type for storing the file id sequence # when sequencer.type = etcd, set listen client urls of etcd cluster that store file id sequence # example : http://127.0.0.1:2379,http://127.0.0.1:2389 sequencer_etcd_urls = "http://127.0.0.1:2379" |
