Skip to content

Commit 69410c0

Browse files
committed
fix comment
1 parent d40805f commit 69410c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
// Key for storing namespace migration state in the store
4848
namespaceMigrationKey = "namespace_migration_completed"
4949

50-
// Applies to the headerInCh and dataInCh, 20000 is a large enough number for headers per DA block.
50+
// Applies to the headerInCh and dataInCh, 10000 is a large enough number for headers per DA block.
5151
eventInChLength = 10000
5252
)
5353

0 commit comments

Comments
 (0)