Skip to content

Commit

Permalink
fix reader-node-line-buffer-size flag not considered in reader-stdin app
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Dec 6, 2024
1 parent 814e745 commit b7cf709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/apps/reader_node_stdin.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func RegisterReaderNodeStdinApp[B firecore.Block](chain *firecore.Chain[B], root
StopBlockNum: viper.GetUint64("reader-node-stop-block-num"),
WorkingDir: firecore.MustReplaceDataDir(sfDataDir, viper.GetString("reader-node-working-dir")),
OneBlockSuffix: viper.GetString("reader-node-one-block-suffix"),
MaxLineLengthInBytes: int64(viper.GetUint64("reader-node-line-buffer-size")),
}, &nodeReaderStdinApp.Modules{
ConsoleReaderFactory: consoleReaderFactory,
MetricsAndReadinessManager: metricsAndReadinessManager,
Expand Down

0 comments on commit b7cf709

Please sign in to comment.