Decrease timeout down to 1s

This commit is contained in:
freearhey
2019-09-07 18:18:20 +03:00
parent da44fbb86d
commit 340cab352e
+1 -1
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
}