Skip to content

Commit 15752a3

Browse files
committed
workbench: enforce PeerSharingDisabled
1 parent f72e950 commit 15752a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/workbench/service/nodes.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ let
107107
TurnOnLogMetrics = true;
108108
SnapshotInterval = 4230;
109109
ChainSyncIdleTimeout = 0;
110+
PeerSharing = false;
110111

111112
## defaults taken from: ouroboros-network/src/Ouroboros/Network/Diffusion/Configuration.hs
112113
## NB. the following inequality must hold: known >= established >= active >= 0

0 commit comments

Comments
 (0)