diff --git a/config/rest-gateway/rest.json.mustache b/config/rest-gateway/rest.json.mustache index 1ba40fcd..cf3f84ac 100644 --- a/config/rest-gateway/rest.json.mustache +++ b/config/rest-gateway/rest.json.mustache @@ -84,7 +84,7 @@ "nodeMetadata": {{{toJson restNodeMetadata}}}, "metal": { - "cacheTtl": 300, - "sizeLimit": 10000000 + "cacheTtl": {{{cacheTtl}}}, + "sizeLimit": {{{sizeLimit}}} } } diff --git a/presets/mainnet/network.yml b/presets/mainnet/network.yml index d81470fb..49dfffb5 100644 --- a/presets/mainnet/network.yml +++ b/presets/mainnet/network.yml @@ -27,7 +27,7 @@ minVotingKeyLifetime: 112 maxVotingKeyLifetime: 360 votingKeyDesiredLifetime: 360 votingKeyDesiredFutureLifetime: 60 -lastKnownNetworkEpoch: 2234 +lastKnownNetworkEpoch: 2235 stepDuration: 5m maxBlockFutureTime: 300ms maxAccountRestrictionValues: 100 diff --git a/presets/shared.yml b/presets/shared.yml index dcdcea37..e2cbc1ff 100644 --- a/presets/shared.yml +++ b/presets/shared.yml @@ -236,6 +236,8 @@ restSSLKeyFileName: 'restSSL.key' restSSLCertificateFileName: 'restSSL.crt' restNodeMetadata: _info: "Node metadata" +cacheTtl: 300 +sizeLimit: 10000000 statisticsServicePeerFilter: '' statisticsServicePeerLimit: 50 statisticsServiceRestFilter: suggested diff --git a/presets/testnet/network.yml b/presets/testnet/network.yml index 0b0567a4..7222a74e 100644 --- a/presets/testnet/network.yml +++ b/presets/testnet/network.yml @@ -22,7 +22,7 @@ importanceGrouping: 180 votingSetGrouping: 720 votingKeyDesiredLifetime: 720 votingKeyDesiredFutureLifetime: 120 -lastKnownNetworkEpoch: 1847 +lastKnownNetworkEpoch: 1848 minVotingKeyLifetime: 28 maxVotingKeyLifetime: 720 stepDuration: 4m