mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 08:30:06 -04:00
Merge pull request #2735 from iptv-org/freearhey-patch-7
Update epgshare01.online.config.js
This commit is contained in:
commit
c3ed9f4502
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue