Skip to content

Commit

Permalink
Merge pull request #151 from ElrondNetwork/release-v1.3.48.0
Browse files Browse the repository at this point in the history
Release v1.3.48.0
  • Loading branch information
iulianpascalau authored Nov 9, 2022
2 parents 050722f + fdde7d4 commit 38b06ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion api.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
{ Name = "/debug", Open = true },

# /node/peerinfo will return the p2p peer info of the provided pid
{ Name = "/peerinfo", Open = true }
{ Name = "/peerinfo", Open = true },

# /node/epoch-start/:epoch will return the epoch start data for a given epoch
{ Name = "/epoch-start/:epoch", Open = true }
]

[APIPackages.address]
Expand Down
2 changes: 1 addition & 1 deletion binaryVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tags/v1.3.44
tags/v1.3.48
4 changes: 3 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -926,12 +926,14 @@
MinPeersThreshold = 0.8 # 80%
DelayBetweenRequestsInSec = 5 # 5sec
MaxTimeoutInSec = 7200 # 2h
DelayBetweenConnectionNotificationsInSec = 60 # 1min
PeerShardTimeBetweenSendsInSec = 7200 # 2h
PeerShardThresholdBetweenSends = 0.1 # 10%
MaxMissingKeysInRequest = 500
MaxDurationPeerUnresponsiveInSec = 900 # 15min
HideInactiveValidatorIntervalInSec = 3600 # 1h
HardforkTimeBetweenSendsInSec = 60 # 1min
TimeBetweenConnectionsMetricsUpdateInSec = 30 # 30sec
TimeToReadDirectConnectionsInSec = 15 # 15sec
[HeartbeatV2.HeartbeatPool]
Name = "HeartbeatPool"
Capacity = 50000
Expand Down

0 comments on commit 38b06ca

Please sign in to comment.