Skip to content

Commit

Permalink
set follow distance to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jan 27, 2025
1 parent 99405c9 commit 768665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/executionclient/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
DefaultReconnectionInitialInterval = 1 * time.Second
DefaultReconnectionMaxInterval = 64 * time.Second
DefaultHealthInvalidationInterval = 10 * time.Second // TODO: decide on this value, for now choosing a bit less than block interval
DefaultFollowDistance = 8
DefaultFollowDistance = 1
// TODO ALAN: revert
DefaultHistoricalLogsBatchSize = 500
defaultLogBuf = 8 * 1024
Expand Down

0 comments on commit 768665d

Please sign in to comment.