We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9139984 commit fc99dc3Copy full SHA for fc99dc3
crates/walrus-sdk/client_config_example.yaml
@@ -70,5 +70,3 @@ streaming_config:
70
max_sliver_retry_attempts: 5
71
sliver_timeout_secs: 30
72
prefetch_count: 4
73
- retry_base_backoff_ms: 100
74
- retry_max_backoff_ms: 2000
crates/walrus-sdk/src/client/streaming.rs
@@ -319,7 +319,7 @@ pub async fn start_streaming_blob<T: ReadClient + Sync + Send + 'static>(
319
))
320
}
321
322
-/// Gets the size of the primary sliver for the given blob size and metadata.
+/// Gets the size and count of primary slivers for the given blob size and metadata.
323
fn get_primary_sliver_size_and_count<T: ReadClient + Sync + Send + 'static>(
324
client: &WalrusNodeClient<T>,
325
blob_size: u64,
0 commit comments