We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab449a5 commit d0dc91eCopy full SHA for d0dc91e
flake/nixosModules/profile-cardano-node-topology.nix
@@ -97,6 +97,7 @@
97
# These are also set from the role-block-producer nixos module
98
extraNodeConfig = {
99
PeerSharing = false;
100
+ TargetNumberOfKnownPeers = 100;
101
TargetNumberOfRootPeers = 100;
102
};
103
publicProducers = mkForce (extraNodeListPublicProducers ++ extraPublicProducers);
0 commit comments