diff --git a/sites/dstv.com/dstv.com.config.js b/sites/dstv.com/dstv.com.config.js index fa0c9675..500a35ec 100644 --- a/sites/dstv.com/dstv.com.config.js +++ b/sites/dstv.com/dstv.com.config.js @@ -23,7 +23,6 @@ module.exports = { let programs = [] const items = parseItems(content, channel) for (const item of items) { - // NOTE: the job has exceeded the maximum execution time of 360 minutes (https://github.com/iptv-org/epg/runs/5608211322?check_suite_focus=true) const details = await loadProgramDetails(item) programs.push({ title: item.Title,