mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Merge pull request #2735 from iptv-org/freearhey-patch-7
Update epgshare01.online.config.js
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user