Skip to content

Commit

Permalink
feat(autonomi): increase verification attempts
Browse files Browse the repository at this point in the history
Verifying ChunkProof was attempted twice, but is changed to be attempted
4 times now.
  • Loading branch information
b-zee authored and jacderida committed Nov 8, 2024
1 parent 95500eb commit 92e0e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomi/src/client/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl Client {
let verification = {
let verification_cfg = GetRecordCfg {
get_quorum: Quorum::N(NonZero::new(2).expect("2 is non-zero")),
retry_strategy: Some(RetryStrategy::Quick),
retry_strategy: Some(RetryStrategy::Balanced),
target_record: None,
expected_holders: Default::default(),
is_register: false,
Expand Down

0 comments on commit 92e0e9b

Please sign in to comment.