mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
8202 ingest prog bars on EDT; job cancel off EDT
This commit is contained in:
parent
ce634ce909
commit
c80d81675f
@ -170,7 +170,7 @@ public final class IngestJob {
|
||||
* Starts data source level analysis for this job if it is running in
|
||||
* streaming ingest mode.
|
||||
*/
|
||||
void processStreamingIngestDataSource() {
|
||||
void addStreamedDataSource() {
|
||||
if (ingestMode == Mode.STREAMING) {
|
||||
if (ingestModuleExecutor != null) {
|
||||
ingestModuleExecutor.addStreamedDataSource();
|
||||
|
@ -67,7 +67,7 @@ class IngestJobInputStream implements IngestStream {
|
||||
@Override
|
||||
public synchronized void close() {
|
||||
closed = true;
|
||||
ingestJob.processStreamingIngestDataSource();
|
||||
ingestJob.addStreamedDataSource();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user