Skip to content

Commit

Permalink
chore: expose upload_chunks_with_retries
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke committed Dec 19, 2024
1 parent 9513576 commit 45f8426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomi/src/client/data/public.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl Client {
}

// Upload chunks and retry failed uploads up to `RETRY_ATTEMPTS` times.
pub(crate) async fn upload_chunks_with_retries<'a>(
pub async fn upload_chunks_with_retries<'a>(
&self,
mut chunks: Vec<&'a Chunk>,
receipt: &Receipt,
Expand Down

0 comments on commit 45f8426

Please sign in to comment.