bump finality safety net depth to 500 blocks (#4178)

This commit is contained in:
Andronik Ordian
2021-10-29 15:07:10 +02:00
committed by GitHub
parent 7444d93d20
commit 7b1ee41c95
@@ -53,7 +53,7 @@ use std::sync::Arc;
/// or disputes.
///
/// This is a safety net that should be removed at some point in the future.
const MAX_FINALITY_LAG: polkadot_primitives::v1::BlockNumber = 50;
const MAX_FINALITY_LAG: polkadot_primitives::v1::BlockNumber = 500;
const LOG_TARGET: &str = "parachain::chain-selection";