Skip to content

Commit 8aafaa5

Browse files
warning
1 parent 620ef5b commit 8aafaa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node/config/types.go

+2
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ type ChainIndexerConfig struct {
640640
// - This ensures that the index is always in a consistent state with the chain before the node starts.
641641
//
642642
// 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.
643645
AllowIndexReconciliationFailure bool
644646
}
645647

0 commit comments

Comments
 (0)