Skip to content

Commit

Permalink
Merge pull request #2406 from b-zee/feat-increase-attempts-chunk-proo…
Browse files Browse the repository at this point in the history
…f-verification

feat(autonomi): increase verification attempts
  • Loading branch information
b-zee authored Nov 8, 2024
2 parents be43488 + 74fe200 commit b81a2df
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 b81a2df

Please sign in to comment.