import updates

This commit is contained in:
Ravi Prasad
2025-07-16 22:55:33 -05:00
parent bec96a1578
commit 75308d0ef4
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func FetchAndStoreBoxScoreDataForDateRange(db *gorm.DB, from, to time.Time) erro
log.Printf("Error processing box score for game %s: %v", game.GameID, err)
}
// Be a good internet citizen and pause between requests.
utils.SleepWithJitter(3000 * time.Millisecond)
utils.SleepWithJitter(2300 * time.Millisecond)
}
return nil
}