Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DSharifi committed Jan 17, 2025
1 parent d22137d commit 1bfdd0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rs/prep/src/subnet_configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ pub fn duration_to_millis(unit_delay: Duration) -> u64 {
/// The configuration for app subnets is used for new app subnets with at most
/// 13 nodes. App subnets with more than 13 nodes will be deployed with the NNS
/// subnet configs.
pub fn get_default_config_params(subnet_type: SubnetType, nodes_num: usize) -> SubnetConfigParams {
let use_app_config =
subnet_type == SubnetType::Application && nodes_num <= ic_limits::SMALL_APP_SUBNET_MAX_SIZE;
Expand Down

0 comments on commit 1bfdd0d

Please sign in to comment.