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());
|
||||
}
|
||||
|
||||
return new Snapshot(dataSource.getName(), getIngestJobId(), createTime,
|
||||
return new Snapshot(dataSource.getName(),
|
||||
getIngestJobId(), createTime,
|
||||
getCurrentDataSourceIngestModule(),
|
||||
fileIngestRunning, fileIngestStartTime,
|
||||
cancelled, cancellationReason, cancelledDataSourceIngestModules,
|
||||
processedFilesCount, estimatedFilesToProcessCount,
|
||||
snapShotTime, tasksSnapshot);
|
||||
processedFilesCount, estimatedFilesToProcessCount, snapShotTime, tasksSnapshot);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user