File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3737 TraceOptionForwarder = {
3838 connQueueSize = 64 ;
3939 disconnQueueSize = 128 ;
40- maxReconnectDeplay = 30 ;
40+ maxReconnectDelay = 30 ;
4141 } ;
4242
4343 # Tracing options for node
Original file line number Diff line number Diff line change 140140 # cardano-tracer will connect to.
141141 # contents = [
142142 # "/tmp/cardano-node-1.sock"
143- # "/tmp/cardano-node-1 .sock"
144- # "/tmp/cardano-node-1 .sock"
143+ # "/tmp/cardano-node-2 .sock"
144+ # "/tmp/cardano-node-3 .sock"
145145 # ];
146146 } ;
147147
165165 # as `JournalMode`.
166166 rotation = {
167167
168- # rpFrequencySecs specifies rotation period, in seconds.
168+ # rpFrequencySecs specifies rotation check period, in seconds.
169169 rpFrequencySecs = 60 ;
170170
171171 # rpKeepFilesNum specifies the number of the log files that will be kept.
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ with builtins; {
3030 EnableP2P = true ;
3131 PeerSharing = true ;
3232
33- TraceMempool = false ;
3433 MaxKnownMajorProtocolVersion = 2 ;
3534
3635 # The consensus mode. If set to "GenesisMode", the `CheckpointsFile` and
Original file line number Diff line number Diff line change 3030 "TraceOptionForwarder" : {
3131 "connQueueSize" : 64 ,
3232 "disconnQueueSize" : 128 ,
33- "maxReconnectDeplay " : 30
33+ "maxReconnectDelay " : 30
3434 },
3535 "TraceOptionMetricsPrefix" : " cardano.node.metrics." ,
3636 "TraceOptionPeerFrequency" : 2000 ,
You can’t perform that action at this time.
0 commit comments