summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nix: Count build and download jobs separately.series-2970Julien Lepiller2020-02-21
This allows to run downloads (that take bandwith) and builds (that take CPU time) independently from one another. * nix/nix-daemon/guix-daemon.cc: Add a max-download-jobs option. * nix/libstore/globals.hh: Add a maxDownloadJobs setting. * nix/libstore/globals.cc: Add a default value to it. * nix/libstore/build.cc: Manage build and download jobs separately.