We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5566c49 commit 28a7d03Copy full SHA for 28a7d03
1 file changed
state/pruner.go
@@ -119,9 +119,10 @@ func (p *Pruner) OnStart() error {
119
go p.pruneBlocks()
120
// We only care about pruning ABCI results if the data companion has been
121
// enabled.
122
- if p.dcEnabled {
123
- go p.pruneABCIResponses()
124
- }
+ // TODO - in main and v1 this is enabled only if the data companion is attached
+ // if p.dcEnabled {
+ go p.pruneABCIResponses()
125
+ //}
126
p.observer.PrunerStarted(p.interval)
127
return nil
128
}
0 commit comments