nix copy: Parallelise
This commit is contained in:
parent
b2ce6fde5a
commit
91539d305f
4 changed files with 61 additions and 22 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#include "affinity.hh" // FIXME
|
||||
#include "command.hh"
|
||||
#include "progress-bar.hh"
|
||||
#include "shared.hh"
|
||||
|
|
@ -52,8 +51,6 @@ struct CmdVerify : StorePathsCommand
|
|||
|
||||
void run(ref<Store> store, Paths storePaths) override
|
||||
{
|
||||
restoreAffinity(); // FIXME
|
||||
|
||||
std::vector<ref<Store>> substituters;
|
||||
for (auto & s : substituterUris)
|
||||
substituters.push_back(openStoreAt(s));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue