Skip to content

Commit

Permalink
allow to resume whois data download
Browse files Browse the repository at this point in the history
  • Loading branch information
massimocandela committed Jan 7, 2024
1 parent b709afd commit 75331f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"batch-promises": "0.0.3",
"bulk-whois-parser": "^1.3.6",
"bulk-whois-parser": "^1.4.0",
"cli-progress": "^3.12.0",
"fast-file-logger": "^1.1.5",
"geofeed-validator": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const options = {
logger,
cacheDir: params.l || ".cache/",
whoisCacheDays: parseInt(params.c),
daysWhoisSuballocationsCache: 15, // Cannot be less than 7
daysWhoisSuballocationsCache: 30, // Cannot be less than 7
compileSuballocationLocally: !!params.q,
skipSuballocations: !!params.p,
geofeedCacheDays: parseInt(params.g),
Expand Down

0 comments on commit 75331f8

Please sign in to comment.