make gen and docsgen

This commit is contained in:
Shrenuj Bansal 2022-11-14 16:54:31 -05:00
parent ab1eeeba24
commit f14a25a59b
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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",