Skip to content

Commit 8a34d54

Browse files
committed
Increase look back for scrub checks
1 parent ddf4dae commit 8a34d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpool/watchtower/submit-scrub-minipools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
// Settings
3636
const MinipoolBatchSize = 20
37-
const BlockStartOffset = 100000
37+
const BlockStartOffset = 150000
3838
const ScrubSafetyDivider = 2
3939
const MinScrubSafetyTime = time.Duration(0) * time.Hour
4040

0 commit comments

Comments
 (0)