Remove beta specific config values

This commit is contained in:
Piotr Wójcik 2024-03-14 17:09:28 +01:00
commit 3787521652

View file

@ -484,11 +484,6 @@ nano::stat::detail nano::to_stat_detail (nano::block_source type)
nano::block_processor_config::block_processor_config (const nano::network_constants & network_constants)
{
if (network_constants.is_beta_network ())
{
// Bump max queue sizes for beta network to allow for more aggressive block propagation for saturation testing
max_peer_queue = 1024;
}
}
nano::error nano::block_processor_config::serialize (nano::tomlconfig & toml) const