Skip to content

Commit 8dafc1d

Browse files
authored
Merge pull request #2561 from input-output-hk/djo/2493/calibrate-max-parallel-dl
client-lib/client-cli: calibrate max parallel dl
2 parents ce42d51 + 663a027 commit 8dafc1d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-client-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client-cli"
3-
version = "0.12.10"
3+
version = "0.12.11"
44
description = "A Mithril Client"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-client"
3-
version = "0.12.10"
3+
version = "0.12.11"
44
description = "Mithril client library"
55
authors = { workspace = true }
66
edition = { workspace = true }

mithril-client/src/cardano_database_client/download_unpack/download_unpack_options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl Default for DownloadUnpackOptions {
2626
Self {
2727
allow_override: false,
2828
include_ancillary: false,
29-
max_parallel_downloads: 100,
29+
max_parallel_downloads: 20,
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)