We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5ef76 commit c57b2afCopy full SHA for c57b2af
block/internal/reaping/reaper.go
@@ -19,12 +19,8 @@ import (
19
)
20
21
const (
22
- // DefaultInterval is the default reaper interval
23
- DefaultInterval = 1 * time.Second
24
// MaxBackoffInterval is the maximum backoff interval for retries
25
MaxBackoffInterval = 30 * time.Second
26
- // BackoffMultiplier is the multiplier for exponential backoff
27
- BackoffMultiplier = 2
28
29
30
// Reaper is responsible for periodically retrieving transactions from the executor,
0 commit comments