Merge pull request #10969 from filecoin-project/sbansal/msgindex-comment-rel
Add comment stating msgIndex is an experimental feature
This commit is contained in:
commit
a81bb4a6f4
@ -391,6 +391,7 @@
|
|||||||
|
|
||||||
|
|
||||||
[Index]
|
[Index]
|
||||||
|
# EXPERIMENTAL FEATURE. USE WITH CAUTION
|
||||||
# EnableMsgIndex enables indexing of messages on chain.
|
# EnableMsgIndex enables indexing of messages on chain.
|
||||||
#
|
#
|
||||||
# type: bool
|
# type: bool
|
||||||
|
@ -473,7 +473,8 @@ Set to 0 to keep all mappings`,
|
|||||||
Name: "EnableMsgIndex",
|
Name: "EnableMsgIndex",
|
||||||
Type: "bool",
|
Type: "bool",
|
||||||
|
|
||||||
Comment: `EnableMsgIndex enables indexing of messages on chain.`,
|
Comment: `EXPERIMENTAL FEATURE. USE WITH CAUTION
|
||||||
|
EnableMsgIndex enables indexing of messages on chain.`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"IndexProviderConfig": []DocField{
|
"IndexProviderConfig": []DocField{
|
||||||
|
@ -736,6 +736,7 @@ type Events struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type IndexConfig struct {
|
type IndexConfig struct {
|
||||||
|
// EXPERIMENTAL FEATURE. USE WITH CAUTION
|
||||||
// EnableMsgIndex enables indexing of messages on chain.
|
// EnableMsgIndex enables indexing of messages on chain.
|
||||||
EnableMsgIndex bool
|
EnableMsgIndex bool
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user