Skip to content

Commit

Permalink
Update polkadot/node/core/approval-voting/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Eres <[email protected]>
  • Loading branch information
alexggh and AndreiEres authored Dec 20, 2024
1 parent bbd049d commit 5835565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/core/approval-voting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const APPROVAL_CHECKING_TIMEOUT: Duration = Duration::from_secs(120);
const WAIT_FOR_SIGS_TIMEOUT: Duration = Duration::from_millis(500);
const APPROVAL_CACHE_SIZE: u32 = 1024;

/// The maximum number of times we retry to approve a block if is still needed.
/// The maximum number of times we retry to approve a block if it is still needed.
const MAX_APPROVAL_RETRIES: u32 = 16;

const APPROVAL_DELAY: Tick = 2;
Expand Down

0 comments on commit 5835565

Please sign in to comment.