From c032886eb7f157be788023e1f0f295440589b74a Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Sat, 29 Mar 2025 09:04:50 +0300 Subject: [PATCH] Update epgshare01.online.config.js --- sites/epgshare01.online/epgshare01.online.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites/epgshare01.online/epgshare01.online.config.js b/sites/epgshare01.online/epgshare01.online.config.js index 7e5cd253..767e09b3 100644 --- a/sites/epgshare01.online/epgshare01.online.config.js +++ b/sites/epgshare01.online/epgshare01.online.config.js @@ -16,7 +16,8 @@ module.exports = { request: { cache: { ttl: 24 * 60 * 60 * 1000 // 1 day - } + }, + maxContentLength: 100000000 // 100 MB }, parser({ buffer, channel, date, cached }) { if (!cached) cachedContent = undefined