1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +02:00

Remove the --max-links GC option

We don't need this anymore now that current filesystems support more
than 32,000 files in a directory.
This commit is contained in:
Eelco Dolstra 2012-03-26 20:00:02 +02:00
parent 19d9762ad5
commit 8be1979f1a
7 changed files with 3 additions and 30 deletions

View file

@ -13,7 +13,6 @@ GCOptions::GCOptions()
action = gcDeleteDead;
ignoreLiveness = false;
maxFreed = 0;
maxLinks = 0;
}