I'm trying to update node-packages-generated.nix in nixpkgs, after working for minutes sometimes it gets stuck in ETIMEDOUT or ECONNRESET errors.
Perhaps the concurrency at which it downloads info from registry is too high? Is it possible to change it?
I'm trying to update
node-packages-generated.nix
in nixpkgs, after working for minutes sometimes it gets stuck inETIMEDOUT
orECONNRESET
errors. Perhaps the concurrency at which it downloads info from registry is too high? Is it possible to change it?