1
0
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:
Richard Cordovano
2017-03-10 10:20:27 -05:00
committed by GitHub

View File

@@ -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