Skip to content

Commit

Permalink
docsgen cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Dec 26, 2024
1 parent 4c002ef commit de81964
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
7 changes: 4 additions & 3 deletions blockstore/splitstore/splitstore_warmup.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ import (
"sync/atomic"
"time"

blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
"golang.org/x/xerrors"

"github.com/filecoin-project/go-state-types/abi"

"github.com/filecoin-project/lotus/chain/actors/policy"
"github.com/filecoin-project/lotus/chain/types"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
ipld "github.com/ipfs/go-ipld-format"
)

var (
Expand Down
9 changes: 9 additions & 0 deletions documentation/en/default-lotus-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,15 @@
# env var: LOTUS_CHAINSTORE_SPLITSTORE_HOTSTOREMAXSPACESAFETYBUFFER
#HotstoreMaxSpaceSafetyBuffer = 50000000000

# Perform a full warmup from the coldstore to the hotstore upon splitstore startup.
# This is useful in the case you are migrating from a non-splitstore setup to splitstore.
# This should be false in the common case where a node is initialized from a snapshot
# since snapshots are loaded directly to the hotstore.
#
# type: bool
# env var: LOTUS_CHAINSTORE_SPLITSTORE_FULLWARMUP
#FullWarmup = false


[Fevm]
# EnableEthRPC enables eth_ RPC methods.
Expand Down
9 changes: 9 additions & 0 deletions node/config/doc_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de81964

Please sign in to comment.