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
commit c3ed9f4502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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