mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
home: increase parallelism
This commit is contained in:
parent
87edda0bd7
commit
4e44039822
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
||||||
];
|
];
|
||||||
allow-import-from-derivation = true;
|
allow-import-from-derivation = true;
|
||||||
keep-outputs = false; # Build time derivations and sources
|
keep-outputs = false; # Build time derivations and sources
|
||||||
|
|
||||||
|
http-connections = 50; # default: 25
|
||||||
|
max-substitution-jobs = 32; # default: 16
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue