Remove the Base cache because it's not practically useful (#183)

This commit is contained in:
Adam Hathcock
2024-12-03 12:48:18 +00:00
committed by GitHub
parent 1844386235
commit daec64cf8e
7 changed files with 23 additions and 65 deletions
@@ -61,7 +61,7 @@ var process2 = factory.CreateSerializeProcess(
streamId,
token,
progress,
new SerializeProcessOptions(skipCacheSendCheck, skipCacheSendSave, true, true)
new SerializeProcessOptions(skipCacheSendCheck, skipCacheSendSave, true)
);
await process2.Serialize(@base, default).ConfigureAwait(false);
Console.WriteLine("Detach");