bug on limits for maps
This commit is contained in:
parent
3b99fc190b
commit
a3d8eda63e
@ -14,7 +14,7 @@ public class JsonFileIntakeReader : IIntakeReader
|
|||||||
private static readonly HashSet<string>? _ignoredLocations =
|
private static readonly HashSet<string>? _ignoredLocations =
|
||||||
LootDumpProcessorContext.GetConfig().ReaderConfig.IntakeReaderConfig?.IgnoredDumpLocations.ToHashSet();
|
LootDumpProcessorContext.GetConfig().ReaderConfig.IntakeReaderConfig?.IgnoredDumpLocations.ToHashSet();
|
||||||
|
|
||||||
private readonly ConcurrentDictionary<string, int> _totalMapDumpsCounter = new();
|
private static readonly ConcurrentDictionary<string, int> _totalMapDumpsCounter = new();
|
||||||
|
|
||||||
public bool Read(string file, out BasicInfo basicInfo)
|
public bool Read(string file, out BasicInfo basicInfo)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user