FIX: Fixing concurrent block flushing config

This commit is contained in:
David Zhou 2025-05-21 10:34:26 -04:00
parent 2a258909a3
commit b1057965c9

View file

@ -265,6 +265,7 @@ func NewFirehose(config *FirehoseConfig) *Firehose {
hasher: crypto.NewKeccakState(),
tracerID: "global",
applyBackwardCompatibility: config.ApplyBackwardCompatibility,
concurrentBlockFlushing: config.ConcurrentBlockFlushing,
// Block state
blockOrdinal: &Ordinal{},