Skip to content

Commit

Permalink
increased resend interval
Browse files Browse the repository at this point in the history
  • Loading branch information
simsonraj committed Jun 19, 2024
1 parent 21b25bb commit 3462b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/chains/evm/config/toml/defaults/Hedera_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ BumpPercent = 20

[Transactions]
# to hit throttling you'd need to maintain 15 m gas /sec over a prolonged period of time.
# Because our block times are every 2 secs it's less less likely to happen as compared to other chains
# so setting a gap of 5 blocks to prevent sending transaction during throttling
ResendAfterThreshold = '10s'
# Because Hedera's block times are every 2 secs it's less less likely to happen as compared to other chains
# Setting this to little higher even though Hedera has High TPS, We have seen 10-12s to get the trasaction mined & 20-25s incase of failures
ResendAfterThreshold = '1m'


[NodePool]
Expand Down

0 comments on commit 3462b53

Please sign in to comment.