mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 18:01:03 +00:00
configuration: drop pvf_checking_enabled parameter (#7396)
* configuration: drop pvf_checking_enabled * fix warning
This commit is contained in:
@@ -103,7 +103,6 @@ fn default_config() -> HostConfiguration<BlockNumber> {
|
||||
thread_availability_period: 5,
|
||||
scheduling_lookahead: 2,
|
||||
parathread_retries: 1,
|
||||
pvf_checking_enabled: false,
|
||||
// This field does not affect anything that scheduler does. However, `HostConfiguration`
|
||||
// is still a subject to consistency test. It requires that `minimum_validation_upgrade_delay`
|
||||
// is greater than `chain_availability_period` and `thread_availability_period`.
|
||||
|
||||
Reference in New Issue
Block a user