mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Added comment about what the map is mapping
This commit is contained in:
parent
587d9a7f6c
commit
eab237c49c
@ -57,6 +57,7 @@ public class HashDbIngestModule extends IngestModuleAdapter implements FileInges
|
||||
private List<HashDb> knownBadHashSets = new ArrayList<>();
|
||||
private List<HashDb> knownHashSets = new ArrayList<>();
|
||||
private long jobID;
|
||||
// Maps a JobId to the count of instances
|
||||
static HashMap<Long, Long> moduleRefCount = new HashMap<>();
|
||||
static AtomicLong totalKnownBadCount = new AtomicLong(0);
|
||||
static AtomicLong totalCalctime = new AtomicLong(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user