summary refs log tree commit diff
path: root/Rhea/Program.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-08-14 11:59:39 +0200
committerRory& <root@rory.gay>2026-08-14 11:59:39 +0200
commit34ba8871e0f44390675b50988535b17684077ab2 (patch)
treee22913cbf62c8c2bed5a164902edad6e396fe6f5 /Rhea/Program.cs
parentFix some consistency issues, some documentation (diff)
downloadRhea-34ba8871e0f44390675b50988535b17684077ab2.tar.xz
Document all public members of Rhea.Nar, some micro-optimisations
Diffstat (limited to 'Rhea/Program.cs')
-rw-r--r--Rhea/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rhea/Program.cs b/Rhea/Program.cs

index a50de4d..78fa787 100644 --- a/Rhea/Program.cs +++ b/Rhea/Program.cs
@@ -43,7 +43,7 @@ int maxVerifySize = 8_192_000; Parallel.ForEach(FileUtils.EnumerateDirectory("/nix/store") // .Where(x => x is not DirectoryInfo) .Select(x => x.FullName), - new() { MaxDegreeOfParallelism = 12 }, + new() { MaxDegreeOfParallelism = 32 }, srcPath => // foreach (var srcPath in FileUtils.EnumerateDirectory("/nix/store").Select(x=>x.FullName)) {