Skip to content

Commit

Permalink
fix: increase max retry count
Browse files Browse the repository at this point in the history
see #7178
  • Loading branch information
jeremylong committed Dec 14, 2024
1 parent a7f4f54 commit cfd0a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ proxy.disableSchemas=true

nvd.api.check.validforhours=4
nvd.api.datafeed.validfordays=7
nvd.api.max.retry.count=10
nvd.api.max.retry.count=30
nvd.api.delay=0
#nvd.api.datafeed.url=https://example.com/nvd-cache/
#nvd.api.datafeed.user=
Expand Down
2 changes: 1 addition & 1 deletion core/src/test/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ proxy.disableSchemas=true

nvd.api.check.validforhours=4
nvd.api.datafeed.validfordays=7
nvd.api.max.retry.count=10
nvd.api.max.retry.count=30
nvd.api.delay=0
#nvd.api.datafeed.url=https://example.com/nvd-cache/
#nvd.api.datafeed.user=
Expand Down
2 changes: 1 addition & 1 deletion utils/src/test/resources/dependencycheck.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ proxy.disableSchemas=true

nvd.api.check.validforhours=4
nvd.api.datafeed.validfordays=7
nvd.api.max.retry.count=10
nvd.api.max.retry.count=30
nvd.api.delay=0
#nvd.api.datafeed.url=https://example.com/nvd-cache/
#nvd.api.datafeed.user=
Expand Down

0 comments on commit cfd0a72

Please sign in to comment.