We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2382639 commit 3401804Copy full SHA for 3401804
input/chainsync/chainsync.go
@@ -217,6 +217,8 @@ func (c *ChainSync) setupConnection() error {
217
ochainsync.NewConfig(
218
ochainsync.WithRollForwardFunc(c.handleRollForward),
219
ochainsync.WithRollBackwardFunc(c.handleRollBackward),
220
+ // Enable pipelining of RequestNext messages to speed up chainsync
221
+ ochainsync.WithPipelineLimit(50),
222
),
223
224
ouroboros.WithBlockFetchConfig(
0 commit comments