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