From e2e6d6bfdd62ff202474f9a778204ce4b8e70250 Mon Sep 17 00:00:00 2001 From: freearhey Date: Thu, 6 May 2021 15:50:20 +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 3c39296c7..1474132af 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', 0) - .option('--timeout ', 'Set timeout for each request', 1000) + .option('--delay ', 'Delay between parser requests', 1000) + .option('--timeout ', 'Set timeout for each request', 5000) .parse(process.argv) const config = program.opts()