Skip to content

Commit

Permalink
eth/executionclient: try another implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Dec 27, 2024
1 parent 3615ab4 commit babc6bc
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 211 deletions.
3 changes: 3 additions & 0 deletions eth/executionclient/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ const (
// TODO ALAN: revert
DefaultHistoricalLogsBatchSize = 500
defaultLogBuf = 8 * 1024
maxReconnectionAttempts = 5000
reconnectionBackoffFactor = 2
healthCheckInterval = 30 * time.Second
)
Loading

0 comments on commit babc6bc

Please sign in to comment.