Skip to content

Commit

Permalink
Remove dead code from gossip/state.go (#1866)
Browse files Browse the repository at this point in the history
There is a leftovers due to refactoring in gossip/state.go, which
removed in this commit.

Signed-off-by: Artem Barger <bartem@il.ibm.com>
  • Loading branch information
C0rWin authored Sep 10, 2020
1 parent b534995 commit e7830f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gossip/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ type GossipStateProvider interface {
}

const (
defAntiEntropyInterval = 10 * time.Second
defAntiEntropyStateResponseTimeout = 3 * time.Second
defAntiEntropyBatchSize = 10

defChannelBufferSize = 100
defAntiEntropyMaxRetries = 3
defAntiEntropyBatchSize = 10

defMaxBlockDistance = 20

Expand Down

0 comments on commit e7830f8

Please sign in to comment.