[Programs/Git] Use aviallon.general.cpuCores parallel fetching streams

This commit is contained in:
Antoine Viallon 2023-04-05 16:24:37 +02:00
parent 1f799fba20
commit bc6a6f6ee5
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -21,7 +21,7 @@
};
fetch.prune = true;
fetch.negotiationAlgorithm = "skipping";
fetch.parallel = 6;
fetch.parallel = config.aviallon.general.cpuCores;
gpg.program = "${pkgs.gnupg}/bin/gpg";
};
};