Update epgshare01.online.config.js

This commit is contained in:
freearhey 2025-03-29 09:04:50 +03:00
parent f3c4918d44
commit c032886eb7

View file

@ -16,7 +16,8 @@ module.exports = {
request: { request: {
cache: { cache: {
ttl: 24 * 60 * 60 * 1000 // 1 day ttl: 24 * 60 * 60 * 1000 // 1 day
} },
maxContentLength: 100000000 // 100 MB
}, },
parser({ buffer, channel, date, cached }) { parser({ buffer, channel, date, cached }) {
if (!cached) cachedContent = undefined if (!cached) cachedContent = undefined