mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Decrease timeout down to 1s
This commit is contained in:
parent
06f8a7bed4
commit
0d3c1e8e05
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const https = require('https')
|
||||||
const verbose = process.env.npm_config_debug || false
|
const verbose = process.env.npm_config_debug || false
|
||||||
const errorLog = 'error.log'
|
const errorLog = 'error.log'
|
||||||
const config = {
|
const config = {
|
||||||
timeout: 5000,
|
timeout: 1000,
|
||||||
delay: 200
|
delay: 200
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue