Skip to content

Fix incorrect link#4377

Merged
melekes merged 2 commits intomasterfrom
erik/fix-link
Feb 7, 2020
Merged

Fix incorrect link#4377
melekes merged 2 commits intomasterfrom
erik/fix-link

Conversation

@erikgrinaker
Copy link
Contributor

No description provided.

@melekes melekes merged commit 5ac81eb into master Feb 7, 2020
@melekes melekes deleted the erik/fix-link branch February 7, 2020 14:00
@codecov-io
Copy link

Codecov Report

Merging #4377 into master will decrease coverage by 0.09%.
The diff coverage is 53.12%.

@@            Coverage Diff            @@
##           master    #4377     +/-   ##
=========================================
- Coverage   65.74%   65.65%   -0.1%     
=========================================
  Files         225      225             
  Lines       19912    19934     +22     
=========================================
- Hits        13091    13087      -4     
- Misses       5776     5793     +17     
- Partials     1045     1054      +9
Impacted Files Coverage Δ
lite2/client.go 62.78% <53.12%> (-1.04%) ⬇️
libs/events/events.go 93.2% <0%> (-4.86%) ⬇️
consensus/replay.go 71.76% <0%> (-0.79%) ⬇️
p2p/pex/pex_reactor.go 83.05% <0%> (-0.57%) ⬇️
consensus/reactor.go 78.31% <0%> (-0.47%) ⬇️
consensus/state.go 77.43% <0%> (-0.42%) ⬇️
privval/signer_server.go 95.65% <0%> (ø) ⬆️
privval/signer_endpoint.go 83.78% <0%> (+2.7%) ⬆️
blockchain/v2/reactor.go 54.38% <0%> (+3.5%) ⬆️

iKapitonau pushed a commit to scrtlabs/tendermint that referenced this pull request Mar 3, 2025
…to 24 hours (backport tendermint#4377) (tendermint#4425)

close: tendermint#3519 

Adjust `reconnectBackOffBaseSeconds` to increase reconnect retries to up
1 day (~24 hours).

The new value can be validated here: https://go.dev/play/p/k8F5rS-i24p,
which will show that the total time is increased to almost 24 hours.

Initial reconnecting time: 2m8.493s
Total reconnecting time. : 23h55m56.249s

The `reconnectBackOffBaseSeconds` is increased by a bit over 10% (from
3.0 to 3.4 seconds) so this would not affect reconnection retries too
much.

#### PR checklist

- [ ] ~~Tests written/updated~~
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
<hr>This is an automatic backport of pull request tendermint#4377 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants