From ab2a78df16083e5e13d16292af0887be5e18016f Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Wed, 11 Sep 2024 18:25:39 +0200 Subject: [PATCH] Fix Rococo benchmark for `polkadot_runtime_parachains::paras_inherent` --- polkadot/runtime/rococo/src/genesis_config_presets.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/polkadot/runtime/rococo/src/genesis_config_presets.rs b/polkadot/runtime/rococo/src/genesis_config_presets.rs index 97b193572a3ae..7e8de98c70c72 100644 --- a/polkadot/runtime/rococo/src/genesis_config_presets.rs +++ b/polkadot/runtime/rococo/src/genesis_config_presets.rs @@ -208,15 +208,7 @@ fn rococo_testnet_genesis( }, babe: BabeConfig { epoch_config: BABE_GENESIS_EPOCH_CONFIG, ..Default::default() }, sudo: SudoConfig { key: Some(root_key.clone()) }, - configuration: ConfigurationConfig { - config: polkadot_runtime_parachains::configuration::HostConfiguration { - scheduler_params: SchedulerParams { - max_validators_per_core: Some(1), - ..default_parachains_host_configuration().scheduler_params - }, - ..default_parachains_host_configuration() - }, - }, + configuration: ConfigurationConfig { config: default_parachains_host_configuration() }, registrar: RegistrarConfig { next_free_para_id: polkadot_primitives::LOWEST_PUBLIC_ID, ..Default::default()