We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c476dd1 commit 16ef8c0Copy full SHA for 16ef8c0
1 file changed
internal/fsp/runtime.go
@@ -93,7 +93,7 @@ func RunIndexer(
93
}
94
95
// 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
+// from the number of FSP reward epochs that must remain indexable. It keeps four extra
97
// reward epochs worth of history to cover the metadata event windows required by the
98
// oldest indexed reward epoch + extra buffer for potentially extended epochs.
99
func historyDropHeuristicSeconds(chainId *big.Int, historyEpochs uint64) uint64 {
0 commit comments