Skip to content

Commit

Permalink
fix: less parallelism
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <[email protected]>
  • Loading branch information
knqyf263 committed Sep 26, 2024
1 parent 43c6ef7 commit e36e8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/trivy-java-db/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func init() {

rootCmd.PersistentFlags().StringVar(&cacheDir, "cache-dir", filepath.Join(userCacheDir, "trivy-java-db"),
"cache dir")
rootCmd.PersistentFlags().IntVar(&limit, "limit", 1000, "max parallelism")
rootCmd.PersistentFlags().IntVar(&limit, "limit", 100, "max parallelism")

rootCmd.AddCommand(crawlCmd)
rootCmd.AddCommand(buildCmd)
Expand Down

0 comments on commit e36e8df

Please sign in to comment.