Skip to content

Commit

Permalink
Move fullscanMinutes back to old default (#84)
Browse files Browse the repository at this point in the history
* Move fullscanMinutes back to old default

* not default to anything
  • Loading branch information
SOOS-JAlvarez committed Nov 28, 2023
1 parent ca4e7b9 commit 8688d40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ class SOOSDASTAnalysis {

parser.add_argument("--fullScanMinutes", {
help: "Number of minutes for the spider to run.",
default: 120,
required: false,
});

Expand Down

0 comments on commit 8688d40

Please sign in to comment.