mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Programs/Git] Use aviallon.general.cpuCores parallel fetching streams
This commit is contained in:
parent
1f799fba20
commit
bc6a6f6ee5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
};
|
};
|
||||||
fetch.prune = true;
|
fetch.prune = true;
|
||||||
fetch.negotiationAlgorithm = "skipping";
|
fetch.negotiationAlgorithm = "skipping";
|
||||||
fetch.parallel = 6;
|
fetch.parallel = config.aviallon.general.cpuCores;
|
||||||
gpg.program = "${pkgs.gnupg}/bin/gpg";
|
gpg.program = "${pkgs.gnupg}/bin/gpg";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue