Skip to content

Commit

Permalink
Fix the issue lookback duration to be 90 days. (#605)
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Brown <calebbrown@google.com>
  • Loading branch information
calebbrown committed Apr 30, 2024
1 parent 2335e48 commit 7cacdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/github/legacy/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
SinceDuration time.Duration = time.Hour * 24 * 30
IssueLookback time.Duration = time.Hour * 24 * 90 * 24
IssueLookback time.Duration = time.Hour * 24 * 90

// TODO: these limits should ultimately be imposed by the score generation, not here.
MaxContributorLimit = 5000
Expand Down

0 comments on commit 7cacdd0

Please sign in to comment.