mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
bump finality safety net depth to 500 blocks (#4178)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user