Skip to content

Commit c3ed9f4

Browse files
Merge pull request #2735 from iptv-org/freearhey-patch-7
Update epgshare01.online.config.js
2 parents 66304d7 + c032886 commit c3ed9f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sites/epgshare01.online/epgshare01.online.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ module.exports = {
1616
request: {
1717
cache: {
1818
ttl: 24 * 60 * 60 * 1000 // 1 day
19-
}
19+
},
20+
maxContentLength: 100000000 // 100 MB
2021
},
2122
parser({ buffer, channel, date, cached }) {
2223
if (!cached) cachedContent = undefined

0 commit comments

Comments
 (0)