Skip to content

Commit

Permalink
Updating the voucher expiry timeline for AutoInjection Worker (#645)
Browse files Browse the repository at this point in the history
Updating the voucher expiry timeline for AutoInjection Worker.

Signed-off-by: Benny <[email protected]>
  • Loading branch information
DukeDavis12 authored Nov 10, 2023
1 parent c21161c commit f9e8889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public UUID apply(String serialNo, OwnershipVoucher ownershipVoucher) throws IOE

To0d to0d = new To0d();
to0d.setVoucher(ownershipVoucher);
to0d.setWaitSeconds(Duration.ofDays(360 * 10).toSeconds());
to0d.setWaitSeconds(Duration.ofDays(360).toSeconds());
to0d.setNonce(Nonce.fromRandomUuid());

HashType hashType = new AlgorithmFinder().getCompatibleHashType(
Expand Down

0 comments on commit f9e8889

Please sign in to comment.