Skip to content

Commit b489562

Browse files
committed
TMP2: update mainnet cfg json w/ iohkNix bump and match yaml to json
1 parent eb26af6 commit b489562

File tree

3 files changed

+146
-224
lines changed

3 files changed

+146
-224
lines changed

configuration/cardano/mainnet-config.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,21 @@
2020
"TargetNumberOfEstablishedPeers": 40,
2121
"TargetNumberOfKnownPeers": 150,
2222
"TargetNumberOfRootPeers": 60,
23-
"TraceMempool": false,
2423
"TraceOptionForwarder": {
2524
"connQueueSize": 64,
26-
"disconnQueueSize": 128
25+
"disconnQueueSize": 128,
26+
"maxReconnectDeplay": 30
2727
},
2828
"TraceOptionMetricsPrefix": "cardano.node.metrics.",
2929
"TraceOptionPeerFrequency": 2000,
3030
"TraceOptionResourceFrequency": 1000,
3131
"TraceOptions": {
3232
"": {
3333
"backends": [
34-
"Stdout HumanFormatColoured",
3534
"EKGBackend",
36-
"Forwarder"
35+
"Forwarder",
36+
"PrometheusSimple suffix 127.0.0.1 12798",
37+
"Stdout HumanFormatColoured"
3738
],
3839
"detail": "DNormal",
3940
"severity": "Notice"
@@ -72,7 +73,7 @@
7273
"severity": "Info"
7374
},
7475
"Mempool": {
75-
"severity": "Info"
76+
"severity": "Silence"
7677
},
7778
"Net.ConnectionManager.Remote": {
7879
"severity": "Info"

0 commit comments

Comments
 (0)