File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 84
84
"nodeMetadata": { {{toJson restNodeMetadata} }},
85
85
86
86
"metal": {
87
- " cacheTtl" : 300 ,
88
- " sizeLimit" : 10000000
87
+ " cacheTtl" : {{{cacheTtl } }} ,
88
+ "sizeLimit": { {{sizeLimit } }}
89
89
}
90
90
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ minVotingKeyLifetime: 112
27
27
maxVotingKeyLifetime : 360
28
28
votingKeyDesiredLifetime : 360
29
29
votingKeyDesiredFutureLifetime : 60
30
- lastKnownNetworkEpoch : 2234
30
+ lastKnownNetworkEpoch : 2235
31
31
stepDuration : 5m
32
32
maxBlockFutureTime : 300ms
33
33
maxAccountRestrictionValues : 100
Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ restSSLKeyFileName: 'restSSL.key'
236
236
restSSLCertificateFileName : ' restSSL.crt'
237
237
restNodeMetadata :
238
238
_info : " Node metadata"
239
+ cacheTtl : 300
240
+ sizeLimit : 10000000
239
241
statisticsServicePeerFilter : ' '
240
242
statisticsServicePeerLimit : 50
241
243
statisticsServiceRestFilter : suggested
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ importanceGrouping: 180
22
22
votingSetGrouping : 720
23
23
votingKeyDesiredLifetime : 720
24
24
votingKeyDesiredFutureLifetime : 120
25
- lastKnownNetworkEpoch : 1847
25
+ lastKnownNetworkEpoch : 1848
26
26
minVotingKeyLifetime : 28
27
27
maxVotingKeyLifetime : 720
28
28
stepDuration : 4m
You can’t perform that action at this time.
0 commit comments