From 71c8b659a5328d3054501fd0955fb1679278b7bb Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 9 May 2022 14:16:21 +0300 Subject: [PATCH] Update dstv.com.config.js --- sites/dstv.com/dstv.com.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites/dstv.com/dstv.com.config.js b/sites/dstv.com/dstv.com.config.js index a94d086f..7b894d51 100644 --- a/sites/dstv.com/dstv.com.config.js +++ b/sites/dstv.com/dstv.com.config.js @@ -8,7 +8,8 @@ module.exports = { site: 'dstv.com', request: { cache: { - ttl: 6 * 60 * 60 * 1000 // 6h + ttl: 6 * 60 * 60 * 1000, // 6h + interpretHeader: false } }, url: function ({ channel, date }) {