From a1112573ef49993e12d6f909d83249323584a7d5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 14 Oct 2021 01:51:52 +0300 Subject: [PATCH] Update dstv.com.config.js --- sites/dstv.com.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/dstv.com.config.js b/sites/dstv.com.config.js index 8f4030bf..60097f7b 100644 --- a/sites/dstv.com.config.js +++ b/sites/dstv.com.config.js @@ -9,7 +9,7 @@ dayjs.extend(customParseFormat) module.exports = { site: 'dstv.com', request: { - timeout: 10000 + timeout: 15000 }, url({ channel, date }) { const [bouquetId] = channel.site_id.split('#')