mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
wait less time for parachain candidates before releasing a block (#55)
This commit is contained in:
committed by
GitHub
parent
81bc154cb5
commit
014215181b
@@ -64,7 +64,8 @@ pub use primitives::{Blake2Hasher};
|
||||
pub use sr_primitives::traits::ProvideRuntimeApi;
|
||||
pub use chain_spec::ChainSpec;
|
||||
|
||||
const PARACHAIN_EMPTY_DURATION: Duration = Duration::from_secs(4);
|
||||
// wait 1.5 seconds for parachain candidates before releasing a block.
|
||||
const PARACHAIN_EMPTY_DURATION: Duration = Duration::from_millis(1500);
|
||||
|
||||
/// All configuration for the polkadot node.
|
||||
pub type Configuration = FactoryFullConfiguration<Factory>;
|
||||
|
||||
Reference in New Issue
Block a user