Remove the Base cache because it's not practically useful (#183)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user