mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Increase parallel downloads to 5 (#4045)
* Increase parallel downloads to 5 * CLI param
This commit is contained in:
committed by
Gavin Wood
parent
2125b87cae
commit
dfded93411
@@ -628,6 +628,8 @@ fn fill_network_configuration(
|
||||
wasm_external_transport: None,
|
||||
};
|
||||
|
||||
config.max_parallel_downloads = cli.max_parallel_downloads;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user