mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Ingest progress snapshot fix for file ingest modules
This commit is contained in:
parent
c6580d4a12
commit
fc920120b2
@ -782,7 +782,7 @@ public class IngestManager implements IngestProgressSnapshotProvider {
|
||||
ingestThreadActivitySnapshots.put(task.getThreadId(), newSnap);
|
||||
|
||||
/*
|
||||
* Update the total run time for the PREVIOUS ingest module in teh
|
||||
* Update the total run time for the PREVIOUS ingest module in the
|
||||
* pipeline, which has now finished its processing for the task.
|
||||
*/
|
||||
incrementModuleRunTime(prevSnap.getActivity(), newSnap.getStartTime().getTime() - prevSnap.getStartTime().getTime());
|
||||
@ -808,7 +808,7 @@ public class IngestManager implements IngestProgressSnapshotProvider {
|
||||
ingestThreadActivitySnapshots.put(task.getThreadId(), newSnap);
|
||||
|
||||
/*
|
||||
* Update the total run time for the PREVIOUS ingest module in teh
|
||||
* Update the total run time for the PREVIOUS ingest module in the
|
||||
* pipeline, which has now finished its processing for the task.
|
||||
*/
|
||||
incrementModuleRunTime(prevSnap.getActivity(), newSnap.getStartTime().getTime() - prevSnap.getStartTime().getTime());
|
||||
|
Loading…
x
Reference in New Issue
Block a user