Skip to content
Snippets Groups Projects
Commit 0ef01082 authored by Bernhard Schuster's avatar Bernhard Schuster
Browse files

reduce forwarded number of disputes by one order of magnitude

parent d9ab8ff5
Branches
No related merge requests found
......@@ -655,7 +655,7 @@ async fn select_disputes(
sender: &mut impl SubsystemSender,
metrics: &metrics::Metrics,
) -> Result<MultiDisputeStatementSet, Error> {
const MAX_DISPUTES_FORWARDED_TO_RUNTIME: usize = 10_000;
const MAX_DISPUTES_FORWARDED_TO_RUNTIME: usize = 1_000;
// We use `RecentDisputes` instead of `ActiveDisputes` because redundancy is fine.
// It's heavier than `ActiveDisputes` but ensures that everything from the dispute
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment