mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
comment out table drops
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user