We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40805f commit 69410c0Copy full SHA for 69410c0
1 file changed
block/manager.go
@@ -47,7 +47,7 @@ const (
47
// Key for storing namespace migration state in the store
48
namespaceMigrationKey = "namespace_migration_completed"
49
50
- // Applies to the headerInCh and dataInCh, 20000 is a large enough number for headers per DA block.
+ // Applies to the headerInCh and dataInCh, 10000 is a large enough number for headers per DA block.
51
eventInChLength = 10000
52
)
53
0 commit comments