Skip to content

Commit d0dc91e

Browse files
committed
imp: topology bp, set tgt # known peers to match iohk-nix
1 parent ab449a5 commit d0dc91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake/nixosModules/profile-cardano-node-topology.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
# These are also set from the role-block-producer nixos module
9898
extraNodeConfig = {
9999
PeerSharing = false;
100+
TargetNumberOfKnownPeers = 100;
100101
TargetNumberOfRootPeers = 100;
101102
};
102103
publicProducers = mkForce (extraNodeListPublicProducers ++ extraPublicProducers);

0 commit comments

Comments
 (0)