mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-25 20:17:08 +00:00
change UI update frequency to 1/2 sec about current directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user