diff options
| author | stlpmo <hq-STLPMO@chinaunicom.cn> | 2019-11-11 10:52:21 +0800 |
|---|---|---|
| committer | stlpmo <hq-STLPMO@chinaunicom.cn> | 2019-11-11 10:52:21 +0800 |
| commit | 62d393d6c90362bd596bd841266ca9390fe3bb86 (patch) | |
| tree | 6623af543b2edd16b3bae412652a7cded774ef01 /weed/command/scaffold.go | |
| parent | 802a0eb3fe115cd213d1238912fe431601e8f102 (diff) | |
| download | seaweedfs-62d393d6c90362bd596bd841266ca9390fe3bb86.tar.xz seaweedfs-62d393d6c90362bd596bd841266ca9390fe3bb86.zip | |
ut pass
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 9b266a69d..6fa72c730 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -346,11 +346,11 @@ scripts = """ """ sleep_minutes = 17 # sleep minutes between each script execution -sequencer.type = memory # Choose [memory|etcd] type for storing the file id sequence +sequencer_type = memory # Choose [memory|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 +sequencer_etcd_urls = http://127.0.0.1:2379 ` |
