Remove beta specific config values
This commit is contained in:
parent
00348b34bb
commit
3787521652
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue