Skip to content

Commit

Permalink
fix the IndexProviderConfig comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Icarus9913 committed Apr 13, 2022
1 parent 02a6176 commit 98c861e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/en/default-lotus-miner-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@

[IndexProvider]
# Enable set whether to enable indexing announcement to the network and expose endpoints that
# allow indexer nodes to process announcements. Disabled by default.
# allow indexer nodes to process announcements. Enabled by default.
#
# type: bool
# env var: LOTUS_INDEXPROVIDER_ENABLE
Expand Down
2 changes: 1 addition & 1 deletion node/config/doc_gen.go

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

2 changes: 1 addition & 1 deletion node/config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ type DealmakingConfig struct {
type IndexProviderConfig struct {

// Enable set whether to enable indexing announcement to the network and expose endpoints that
// allow indexer nodes to process announcements. Disabled by default.
// allow indexer nodes to process announcements. Enabled by default.
Enable bool

// EntriesCacheCapacity sets the maximum capacity to use for caching the indexing advertisement
Expand Down

0 comments on commit 98c861e

Please sign in to comment.