Skip to content

Commit

Permalink
remove the peers on 5 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 1, 2024
1 parent 95ed55b commit 0458c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda_ethereum_consensus/p2p/peerbook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule LambdaEthereumConsensus.P2P.Peerbook do
alias LambdaEthereumConsensus.Store.KvSchema

@initial_score 100
@penalize 5
@penalize 20
@target_peers 128
@max_prune_size 8
@prune_percentage 0.05
Expand Down

0 comments on commit 0458c17

Please sign in to comment.