mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
fix stats init
This commit is contained in:
@@ -209,12 +209,12 @@ public class IngestManager {
|
||||
}
|
||||
|
||||
if (startFsContentIngester) {
|
||||
stats = new IngestManagerStats();
|
||||
fsContentIngester = new IngestFsContentThread();
|
||||
//init all fs services, everytime new worker starts
|
||||
for (IngestServiceFsContent s : fsContentServices) {
|
||||
s.init(this);
|
||||
}
|
||||
stats = new IngestManagerStats();
|
||||
fsContentIngester.execute();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user