Skip to content

Commit 2350c82

Browse files
authored
add back PersistenceBatchSize (#63)
1 parent 10b17f3 commit 2350c82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chains/heads/tracker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ type TrackerConfig interface {
6161
FinalityTagBypass() bool
6262
MaxAllowedFinalityDepth() uint32
6363
PersistenceEnabled() bool
64+
PersistenceBatchSize() int64
6465
}
6566

6667
type headPair[HTH any] struct {

0 commit comments

Comments
 (0)