make gen and docsgen
This commit is contained in:
parent
ab1eeeba24
commit
f14a25a59b
@ -203,7 +203,7 @@
|
||||
|
||||
|
||||
[Cluster]
|
||||
# config to enabled node cluster with raft consensus
|
||||
# EXPERIMENTAL. config to enabled node cluster with raft consensus
|
||||
#
|
||||
# type: bool
|
||||
# env var: LOTUS_CLUSTER_CLUSTERMODEENABLED
|
||||
|
@ -4,7 +4,6 @@ import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"go.uber.org/multierr"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"time"
|
||||
@ -15,6 +14,7 @@ import (
|
||||
p2praft "github.com/libp2p/go-libp2p-raft"
|
||||
host "github.com/libp2p/go-libp2p/core/host"
|
||||
peer "github.com/libp2p/go-libp2p/core/peer"
|
||||
"go.uber.org/multierr"
|
||||
"go.uber.org/zap"
|
||||
|
||||
"github.com/filecoin-project/lotus/lib/addrutil"
|
||||
|
@ -1215,7 +1215,7 @@ Default is 20 (about once a week).`,
|
||||
Name: "ClusterModeEnabled",
|
||||
Type: "bool",
|
||||
|
||||
Comment: `config to enabled node cluster with raft consensus`,
|
||||
Comment: `EXPERIMENTAL. config to enabled node cluster with raft consensus`,
|
||||
},
|
||||
{
|
||||
Name: "HostShutdown",
|
||||
|
Loading…
Reference in New Issue
Block a user