mirror of
https://github.com/iptv-org/iptv
synced 2025-12-18 11:27:34 -05:00
Increase timeout up to 60 seconds
This commit is contained in:
@@ -7,7 +7,7 @@ const config = {
|
|||||||
debug: process.env.npm_config_debug || false,
|
debug: process.env.npm_config_debug || false,
|
||||||
country: process.env.npm_config_country,
|
country: process.env.npm_config_country,
|
||||||
exclude: process.env.npm_config_exclude,
|
exclude: process.env.npm_config_exclude,
|
||||||
timeout: 10000
|
timeout: 60000
|
||||||
}
|
}
|
||||||
|
|
||||||
let stats = {
|
let stats = {
|
||||||
|
|||||||
Reference in New Issue
Block a user