Skip to content

Commit

Permalink
Merge pull request #85 from BloodHoundAD/BED-4800-Updated-Defaults
Browse files Browse the repository at this point in the history
BED-4800: Update default values and max streams for performance
  • Loading branch information
StephenHinck authored Sep 6, 2024
2 parents bc5b828 + 1771222 commit bb1937a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ var (
Usage: "The number of threads to use when collecting various resources.",
Persistent: true,
Required: false,
Default: 2,
Default: 25,
MinValue: 1,
MaxValue: 25,
MaxValue: 50,
}

// Command specific configurations
Expand Down

0 comments on commit bb1937a

Please sign in to comment.