Skip to content

Commit 88736ef

Browse files
authored
fix: increase max retry count (#7252)
1 parent b4ba8c0 commit 88736ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/resources/dependencycheck.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ proxy.disableSchemas=true
5454

5555
nvd.api.check.validforhours=4
5656
nvd.api.datafeed.validfordays=7
57-
nvd.api.max.retry.count=10
57+
nvd.api.max.retry.count=30
5858
nvd.api.delay=0
5959
#nvd.api.datafeed.url=https://example.com/nvd-cache/
6060
#nvd.api.datafeed.user=

core/src/test/resources/dependencycheck.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ proxy.disableSchemas=true
5050

5151
nvd.api.check.validforhours=4
5252
nvd.api.datafeed.validfordays=7
53-
nvd.api.max.retry.count=10
53+
nvd.api.max.retry.count=30
5454
nvd.api.delay=0
5555
#nvd.api.datafeed.url=https://example.com/nvd-cache/
5656
#nvd.api.datafeed.user=

utils/src/test/resources/dependencycheck.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ proxy.disableSchemas=true
5050

5151
nvd.api.check.validforhours=4
5252
nvd.api.datafeed.validfordays=7
53-
nvd.api.max.retry.count=10
53+
nvd.api.max.retry.count=30
5454
nvd.api.delay=0
5555
#nvd.api.datafeed.url=https://example.com/nvd-cache/
5656
#nvd.api.datafeed.user=

0 commit comments

Comments
 (0)