diff --git a/sites/dstv.com/dstv.com.config.js b/sites/dstv.com/dstv.com.config.js index 6c121d0b..dd2e3213 100644 --- a/sites/dstv.com/dstv.com.config.js +++ b/sites/dstv.com/dstv.com.config.js @@ -9,6 +9,9 @@ dayjs.extend(customParseFormat) module.exports = { site: 'dstv.com', + request: { + timeout: 15000 + }, url({ channel, date }) { const [bouquetId] = channel.site_id.split('#')