Skip to content

Commit c57b2af

Browse files
committed
chore: removed unused vars
1 parent 8b5ef76 commit c57b2af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

block/internal/reaping/reaper.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ import (
1919
)
2020

2121
const (
22-
// DefaultInterval is the default reaper interval
23-
DefaultInterval = 1 * time.Second
2422
// MaxBackoffInterval is the maximum backoff interval for retries
2523
MaxBackoffInterval = 30 * time.Second
26-
// BackoffMultiplier is the multiplier for exponential backoff
27-
BackoffMultiplier = 2
2824
)
2925

3026
// Reaper is responsible for periodically retrieving transactions from the executor,

0 commit comments

Comments
 (0)