Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
missed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Sep 24, 2022
1 parent 0f25b3a commit 60bb289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/network/protocol/src/request_response/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub const MAX_PARALLEL_STATEMENT_REQUESTS: u32 = 3;
/// We don't want a slow peer to slow down all the others, at the same time we want to get out the
/// data quickly in full to at least some peers (as this will reduce load on us as they then can
/// start serving the data). So this value is a tradeoff. 3 seems to be sensible. So we would need
/// to have 3 slow nodes connected, to delay transfer for others by `BACKED_CANDIDATE_PACKET_TIMEOUT`.
/// to have 5 slow nodes connected, to delay transfer for others by `BACKED_CANDIDATE_PACKET_TIMEOUT`.
pub const MAX_PARALLEL_BACKED_CANDIDATE_PACKET_REQUESTS: u32 = 5;

/// Response size limit for responses of POV like data.
Expand Down

0 comments on commit 60bb289

Please sign in to comment.