Skip to content

Commit 0f0faf5

Browse files
committed
Revert buffer size
1 parent 04aaaf2 commit 0f0faf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/internal/syncing/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func NewSyncer(
103103
dataStore: dataStore,
104104
lastStateMtx: &sync.RWMutex{},
105105
daStateMtx: &sync.RWMutex{},
106-
heightInCh: make(chan common.DAHeightEvent, 1000),
106+
heightInCh: make(chan common.DAHeightEvent, 10_000),
107107
errorCh: errorCh,
108108
logger: logger.With().Str("component", "syncer").Logger(),
109109
}

0 commit comments

Comments
 (0)