mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 17:54:37 +08:00
adjust default value
related to https://github.com/chrislusf/seaweedfs/issues/1453
This commit is contained in:
@@ -391,7 +391,7 @@ default = "localhost:8888" # used by maintenance scripts if the scripts needs
|
|||||||
|
|
||||||
|
|
||||||
[master.sequencer]
|
[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
|
# 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
|
# example : http://127.0.0.1:2379,http://127.0.0.1:2389
|
||||||
sequencer_etcd_urls = "http://127.0.0.1:2379"
|
sequencer_etcd_urls = "http://127.0.0.1:2379"
|
||||||
|
Reference in New Issue
Block a user