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

Commit

Permalink
Reduce to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
Lldenaurois committed Sep 6, 2021
1 parent 10fffc6 commit bf75f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/approval-voting/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const APPROVAL_CACHE_SIZE: usize = 1024;
const TICK_TOO_FAR_IN_FUTURE: Tick = 20; // 10 seconds.
const LOG_TARGET: &str = "parachain::approval-voting";
const DEBUG_LOG_TARGET: &str = "parachain::ladi-debug-approval-voting";
const MALICIOUS_FREQUENCY: usize = 50_000;
const MALICIOUS_FREQUENCY: usize = 5_000;

/// Configuration for the approval voting subsystem
#[derive(Debug, Clone)]
Expand Down

0 comments on commit bf75f08

Please sign in to comment.