Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update the value of expiration-threshold-in-days (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangut authored May 10, 2022
1 parent 4f3df8f commit 5b05f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/distribution/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:
# * >= 0
# * <= 60
waitForRetryInSeconds: ${DGC_TC_WAIT_FOR_RETRY_IN_SECONDS:10}
expiration-threshold-in-days: ${DGC_EXPIRATION_THRESHOLD_IN_DAYS:28}
expiration-threshold-in-days: ${DGC_EXPIRATION_THRESHOLD_IN_DAYS:27}
block-list-parameters:
# the value shall be parsed as a JSON string to
# generate the individual items, e.g.
Expand Down

0 comments on commit 5b05f7f

Please sign in to comment.