comment out table drops

This commit is contained in:
Ravi Prasad
2025-07-08 23:15:32 -05:00
parent fe1379e54e
commit bec96a1578
3 changed files with 36 additions and 36 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(1500 * time.Millisecond)
utils.SleepWithJitter(3000 * time.Millisecond)
}
return nil
}