Increase parallel downloads to 5 (#4045)

* Increase parallel downloads to 5

* CLI param
This commit is contained in:
Arkadiy Paronyan
2019-11-08 11:24:46 +01:00
committed by Gavin Wood
parent 2125b87cae
commit dfded93411
9 changed files with 50 additions and 16 deletions
+1
View File
@@ -160,6 +160,7 @@ fn node_config<G, E: Clone> (
enable_mdns: false,
wasm_external_transport: None,
},
max_parallel_downloads: NetworkConfiguration::default().max_parallel_downloads,
};
Configuration {