mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
11 lines
151 B
JavaScript
11 lines
151 B
JavaScript
|
|
export default {
|
||
|
|
days: 1,
|
||
|
|
delay: 0,
|
||
|
|
request: {
|
||
|
|
maxContentLength: 5242880,
|
||
|
|
timeout: 30000,
|
||
|
|
withCredentials: true,
|
||
|
|
jar: null
|
||
|
|
}
|
||
|
|
}
|