Skip to content

Commit

Permalink
bump: iohkNix for tuned tgt est peers, update for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Dec 20, 2024
1 parent 37bc007 commit cb73b6d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configuration/cardano/mainnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ShelleyGenesisFile": "mainnet-shelley-genesis.json",
"ShelleyGenesisHash": "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81",
"TargetNumberOfActivePeers": 20,
"TargetNumberOfEstablishedPeers": 50,
"TargetNumberOfEstablishedPeers": 40,
"TargetNumberOfKnownPeers": 150,
"TargetNumberOfRootPeers": 60,
"TraceAcceptPolicy": true,
Expand Down
2 changes: 1 addition & 1 deletion configuration/cardano/mainnet-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MaxKnownMajorProtocolVersion: 2

PeerSharing: True
TargetNumberOfActivePeers: 20
TargetNumberOfEstablishedPeers: 50
TargetNumberOfEstablishedPeers: 40
TargetNumberOfKnownPeers: 150
TargetNumberOfRootPeers: 60

Expand Down
3 changes: 2 additions & 1 deletion configuration/cardano/shelley_qa-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ShelleyGenesisFile": "shelley_qa-shelley-genesis.json",
"ShelleyGenesisHash": "73a9f6bdb0aa97f5e63190a6f14a702bd64a21f2bec831cbfc28f6037128b952",
"TargetNumberOfActivePeers": 20,
"TargetNumberOfEstablishedPeers": 50,
"TargetNumberOfEstablishedPeers": 40,
"TargetNumberOfKnownPeers": 150,
"TargetNumberOfRootPeers": 60,
"TestAllegraHardForkAtEpoch": 0,
Expand Down Expand Up @@ -65,6 +65,7 @@
"TracingVerbosity": "NormalVerbosity",
"TurnOnLogMetrics": true,
"TurnOnLogging": true,
"UseTraceDispatcher": false,
"defaultBackends": [
"KatipBK"
],
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb73b6d

Please sign in to comment.