From 9f805f065c91c4e6a89702b0c76c2f1ab0a83082 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 28 Oct 2021 05:01:39 +0300 Subject: [PATCH] Update dstv.com.config.js --- sites/dstv.com/dstv.com.config.js | 3 +++ 1 file changed, 3 insertions(+) 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('#')