Skip to content

Commit

Permalink
Increase bootnodes number
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Apr 24, 2024
1 parent eb8bbd6 commit b372b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ impl pallet_bioauth::benchmarking::AuthTicketBuilder for Runtime {

impl pallet_bootnodes::Config for Runtime {
type BootnodeId = AccountId;
type MaxBootnodes = ConstU32<16>;
type MaxBootnodes = ConstU32<1600>;
}

impl pallet_humanode_session::Config for Runtime {
Expand Down

0 comments on commit b372b6b

Please sign in to comment.