mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Reduce the maximum archive size for patch generation to 100 MB to
prevent trashing on nix.cs.uu.nl.
This commit is contained in:
parent
7d4567f2cc
commit
2a535689fe
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ sub readDir {
|
|||
}
|
||||
|
||||
readDir "/data/webserver/dist/nix-cache";
|
||||
readDir "/data/webserver/dist/test";
|
||||
readDir "/data/webserver/dist/test-cache";
|
||||
readDir "/data/webserver/dist/patches";
|
||||
|
||||
print STDERR scalar (keys %archives), "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue