2019-02-05, 12:54
I'll publish my updates, but I think they should go as a Mod since are focused on NBA games and I don't find time to make them more general.
Find below the changes I've made:
Find below the changes I've made:
- Using as episode number [game date][home team tsdb id], something like 2019013188 where 88 are the last two figures of home team ID. Changed in GetEpisodeDetails.
- Retrieving all the seasons in the database and querying for the games of every Season, by doing several smaller queries we avoid a heavy call that came to block the server in some cases. Chaged in GetDetails, GetEpisodeList and a new function GetSeasonEpisodeList.