diff --git a/Process/Reader/Intake/JsonFileIntakeReader.cs b/Process/Reader/Intake/JsonFileIntakeReader.cs index de3ed67..01005f8 100644 --- a/Process/Reader/Intake/JsonFileIntakeReader.cs +++ b/Process/Reader/Intake/JsonFileIntakeReader.cs @@ -14,7 +14,7 @@ public class JsonFileIntakeReader : IIntakeReader private static readonly HashSet? _ignoredLocations = LootDumpProcessorContext.GetConfig().ReaderConfig.IntakeReaderConfig?.IgnoredDumpLocations.ToHashSet(); - private readonly ConcurrentDictionary _totalMapDumpsCounter = new(); + private static readonly ConcurrentDictionary _totalMapDumpsCounter = new(); public bool Read(string file, out BasicInfo basicInfo) {