mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 01:37:43 +00:00
2197 fixed bug with merge
This commit is contained in:
parent
7c13d4941e
commit
6bbd3c820b
@ -38,7 +38,7 @@ final class IngestSettingsPanel extends IngestModuleGlobalSettingsPanel {
|
||||
Integer fileIngestThreadCountChoices[];
|
||||
int recommendedFileIngestThreadCount;
|
||||
|
||||
if (availableProcessors >= 6 && availableProcessors <= 7) {
|
||||
if (availableProcessors >= 6) {
|
||||
fileIngestThreadCountChoices = new Integer[]{1, 2, 4, 6};
|
||||
recommendedFileIngestThreadCount = 4;
|
||||
} else if (availableProcessors >= 4 && availableProcessors <= 5) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user