Cleanup some code, removed ntfs usage on cache monitor

This commit is contained in:
cake
2025-10-29 04:49:46 +01:00
parent 9a846a37d4
commit 3e626c5e47
2 changed files with 112 additions and 33 deletions

View File

@@ -429,7 +429,7 @@ public sealed class CacheMonitor : DisposableMediatorSubscriberBase
try
{
return _fileCompactor.GetFileSizeOnDisk(f, StorageisNTFS);
return _fileCompactor.GetFileSizeOnDisk(f);
}
catch
{