Skip to content

Commit 9e49d69

Browse files
committed
Reduce max retry attempts of snapshot archive creation
1 parent 0f96d4b commit 9e49d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-aggregator/src/services/signed_entity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ impl SignedEntityService for MithrilSignedEntityService {
120120
"certificate_hash" => &certificate.hash
121121
);
122122

123-
let mut remaining_retries = 3;
123+
let mut remaining_retries = 2;
124124
let artifact = loop {
125125
remaining_retries -= 1;
126126

0 commit comments

Comments
 (0)