From af2d498b25a1172427a669c26547467c9a3bb3bb Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 17 Apr 2022 14:29:20 +0300 Subject: [PATCH] Update dstv.com.config.js --- sites/dstv.com/dstv.com.config.js | 1 - 1 file changed, 1 deletion(-) 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,