pub fn set_ban_config<T: Config>(
    minimal_expected_performance: Option<u8>,
    underperformed_session_count_threshold: Option<u32>,
    clean_session_counter_delay: Option<u32>,
    ban_period: Option<EraIndex>
)
Expand description

Sets ban config, it has an immediate effect

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::set_ban_config.