Skip to content

Commit 777745f

Browse files
committed
refactor(client-lib): set max_parallel_downloads in cdbv2 to 20
Down from `100` as this value does not speed up download time, see: #2493 (comment)
1 parent ce42d51 commit 777745f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)