mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
change UI update frequency to 1/2 sec about current directory
This commit is contained in:
parent
7253b964bc
commit
b798070bdc
@ -106,7 +106,7 @@ import org.sleuthkit.datamodel.TskException;
|
||||
}
|
||||
// this sleep here prevents the UI from locking up
|
||||
// due to too frequent updates to the progressMonitor above
|
||||
Thread.sleep(2 * 1000);
|
||||
Thread.sleep(500);
|
||||
}
|
||||
} catch (InterruptedException ie) {
|
||||
// nothing to do, thread was interrupted externally
|
||||
|
Loading…
x
Reference in New Issue
Block a user