Decrease timeout down to 1s

This commit is contained in:
freearhey 2019-09-07 18:18:20 +03:00
parent 06f8a7bed4
commit 0d3c1e8e05
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const https = require('https')
const verbose = process.env.npm_config_debug || false
const errorLog = 'error.log'
const config = {
timeout: 5000,
timeout: 1000,
delay: 200
}