We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620ef5b commit 8aafaa5Copy full SHA for 8aafaa5
node/config/types.go
@@ -640,6 +640,8 @@ type ChainIndexerConfig struct {
640
// - This ensures that the index is always in a consistent state with the chain before the node starts.
641
//
642
// Default: false
643
+ // // WARNING: Only set to true if you are okay with an index that may be out of sync with the chain.
644
+ // This can lead to inaccurate or missing data in RPC responses that depend on the indexer.
645
AllowIndexReconciliationFailure bool
646
}
647
0 commit comments