Update clean.js

what-a-patch-1
freearhey 5 years ago
parent c5e898a9d5
commit f04b1b12ff

@ -11,7 +11,7 @@ program
.option('-c, --country <country>', 'Comma-separated list of country codes', '')
.option('-e, --exclude <exclude>', 'Comma-separated list of country codes to be excluded', '')
.option('--delay <delay>', 'Delay between parser requests', 1000)
.option('--timeout <timeout>', 'Set timeout for each request', 60000)
.option('--timeout <timeout>', 'Set timeout for each request', 3000)
.parse(process.argv)
const config = program.opts()

Loading…
Cancel
Save