From abeec8a9f9e39461424255fdf092b6b24a3222da Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 30 Oct 2021 00:17:36 +0300 Subject: [PATCH] Update dstv.com.config.js --- sites/dstv.com/dstv.com.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/dstv.com/dstv.com.config.js b/sites/dstv.com/dstv.com.config.js index 368cfb44..64cd2ebb 100644 --- a/sites/dstv.com/dstv.com.config.js +++ b/sites/dstv.com/dstv.com.config.js @@ -10,7 +10,7 @@ dayjs.extend(customParseFormat) module.exports = { site: 'dstv.com', request: { - timeout: 15000 + timeout: 30000 }, url({ channel, date }) { const [bouquetId] = channel.site_id.split('#')