Skip to content

Commit fc99dc3

Browse files
committed
wip
1 parent 9139984 commit fc99dc3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

crates/walrus-sdk/client_config_example.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,3 @@ streaming_config:
7070
max_sliver_retry_attempts: 5
7171
sliver_timeout_secs: 30
7272
prefetch_count: 4
73-
retry_base_backoff_ms: 100
74-
retry_max_backoff_ms: 2000

crates/walrus-sdk/src/client/streaming.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ pub async fn start_streaming_blob<T: ReadClient + Sync + Send + 'static>(
319319
))
320320
}
321321

322-
/// Gets the size of the primary sliver for the given blob size and metadata.
322+
/// Gets the size and count of primary slivers for the given blob size and metadata.
323323
fn get_primary_sliver_size_and_count<T: ReadClient + Sync + Send + 'static>(
324324
client: &WalrusNodeClient<T>,
325325
blob_size: u64,

0 commit comments

Comments
 (0)