mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
renaming of FileCache
This commit is contained in:
parent
260c4a48ee
commit
f68c52d0b0
3 changed files with 19 additions and 19 deletions
|
|
@ -221,8 +221,8 @@ public class PeriodicFileScanner : IDisposable
|
|||
var cpuCount = (int)(Environment.ProcessorCount / 2.0f);
|
||||
Task[] dbTasks = Enumerable.Range(0, cpuCount).Select(c => Task.CompletedTask).ToArray();
|
||||
|
||||
ConcurrentBag<FileCache> entitiesToRemove = new();
|
||||
ConcurrentBag<FileCache> entitiesToUpdate = new();
|
||||
ConcurrentBag<FileCacheEntity> entitiesToRemove = new();
|
||||
ConcurrentBag<FileCacheEntity> entitiesToUpdate = new();
|
||||
try
|
||||
{
|
||||
foreach (var cache in _fileDbManager.GetAllFileCaches())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue