From f6a866c71b3a6e80ca3c590c1b51275b9619b4c7 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 15:03:39 +0300 Subject: [PATCH] Update clean.js --- scripts/clean.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/clean.js b/scripts/clean.js index e05e32d2d..3c39296c7 100644 --- a/scripts/clean.js +++ b/scripts/clean.js @@ -10,8 +10,8 @@ program .option('-d, --debug', 'Debug mode') .option('-c, --country ', 'Comma-separated list of country codes', '') .option('-e, --exclude ', 'Comma-separated list of country codes to be excluded', '') - .option('--delay ', 'Delay between parser requests', 1000) - .option('--timeout ', 'Set timeout for each request', 3000) + .option('--delay ', 'Delay between parser requests', 0) + .option('--timeout ', 'Set timeout for each request', 1000) .parse(process.argv) const config = program.opts()