mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
Merge pull request #2588 from millmanorama/2300-slack-file-oom
turn off lazy loading in the datasources section of the directory tre…
This commit is contained in:
@@ -51,7 +51,7 @@ abstract class AbstractContentChildren<T> extends Keys<T> {
|
||||
* Uses lazy Content.Keys
|
||||
*/
|
||||
AbstractContentChildren() {
|
||||
super(true); // use lazy behavior
|
||||
super(false); //don't use lazy behavior
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user