mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
7683 make one ingest job per data source
This commit is contained in:
parent
460eb002d4
commit
46534d4dcc
@ -1551,12 +1551,12 @@ final class IngestJobPipeline {
|
|||||||
tasksSnapshot = taskScheduler.getTasksSnapshotForJob(getIngestJobId());
|
tasksSnapshot = taskScheduler.getTasksSnapshotForJob(getIngestJobId());
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Snapshot(dataSource.getName(), getIngestJobId(), createTime,
|
return new Snapshot(dataSource.getName(),
|
||||||
|
getIngestJobId(), createTime,
|
||||||
getCurrentDataSourceIngestModule(),
|
getCurrentDataSourceIngestModule(),
|
||||||
fileIngestRunning, fileIngestStartTime,
|
fileIngestRunning, fileIngestStartTime,
|
||||||
cancelled, cancellationReason, cancelledDataSourceIngestModules,
|
cancelled, cancellationReason, cancelledDataSourceIngestModules,
|
||||||
processedFilesCount, estimatedFilesToProcessCount,
|
processedFilesCount, estimatedFilesToProcessCount, snapShotTime, tasksSnapshot);
|
||||||
snapShotTime, tasksSnapshot);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user