We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04aaaf2 commit 0f0faf5Copy full SHA for 0f0faf5
1 file changed
block/internal/syncing/syncer.go
@@ -103,7 +103,7 @@ func NewSyncer(
103
dataStore: dataStore,
104
lastStateMtx: &sync.RWMutex{},
105
daStateMtx: &sync.RWMutex{},
106
- heightInCh: make(chan common.DAHeightEvent, 1000),
+ heightInCh: make(chan common.DAHeightEvent, 10_000),
107
errorCh: errorCh,
108
logger: logger.With().Str("component", "syncer").Logger(),
109
}
0 commit comments