mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Increase timeout up to 60 seconds
This commit is contained in:
parent
9dd44875ef
commit
dccd10d0a3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const config = {
|
|||
debug: process.env.npm_config_debug || false,
|
||||
country: process.env.npm_config_country,
|
||||
exclude: process.env.npm_config_exclude,
|
||||
timeout: 10000
|
||||
timeout: 60000
|
||||
}
|
||||
|
||||
let stats = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue