Merge pull request #2735 from iptv-org/freearhey-patch-7

Update epgshare01.online.config.js
This commit is contained in:
PopeyeTheSai10r
2025-03-30 13:41:10 -07:00
committed by GitHub

View File

@@ -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