Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/walrus-e2e-tests/tests/test_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ async fn test_inconsistency(failed_nodes: &[usize]) -> TestResult {
TailHandling::Blocking,
None,
None,
None,
None,
)
.await?;

Expand Down
2 changes: 2 additions & 0 deletions crates/walrus-sdk/client_config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ communication_config:
secondary_weight: 0.5
min_blob_size_bytes: 52428800
upload_mode: balanced
pending_uploads_enabled: false
optimistic_upload_max_blob_bytes: 4194304
registration_delay_millis: 200
max_total_blob_size: 1073741824
committee_change_backoff:
Expand Down
Loading
Loading