Skip to content

Commit

Permalink
Update ouroboros-consensus/src/Ouroboros/Consensus/Node.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Winant <thomas@well-typed.com>
  • Loading branch information
karknu and mrBliss authored Jul 7, 2020
1 parent 8f2feb9 commit 89c20c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouroboros-consensus/src/Ouroboros/Consensus/Node.hs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ data RunNodeArgs blk = RunNodeArgs {
, rnMaxClockSkew :: ClockSkew

-- | Maximum concurrent downloads during bulk syncing.
, rnMaxConcurrencyBulkSyn :: Word
, rnMaxConcurrencyBulkSync :: Word

-- | Maximum requests in flight during bulk syncing.
, rnMaxConcurrencyDeadline :: Word
Expand Down

0 comments on commit 89c20c6

Please sign in to comment.