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