Skip to content

Commit 16ef8c0

Browse files
committed
fix: minor doc fix for historyDropHeuristicSeconds
1 parent c476dd1 commit 16ef8c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/fsp/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func RunIndexer(
9393
}
9494

9595
// historyDropHeuristicSeconds derives the retention window used by history drop
96-
// from the number of FSP reward epochs that must remain indexable. It keeps three extra
96+
// from the number of FSP reward epochs that must remain indexable. It keeps four extra
9797
// reward epochs worth of history to cover the metadata event windows required by the
9898
// oldest indexed reward epoch + extra buffer for potentially extended epochs.
9999
func historyDropHeuristicSeconds(chainId *big.Int, historyEpochs uint64) uint64 {

0 commit comments

Comments
 (0)