Decrease timeout down to 1s
This commit is contained in:
parent
06f8a7bed4
commit
0d3c1e8e05
@ -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…
x
Reference in New Issue
Block a user