mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
turn off lazy loading in the datasources section of the directory tree to stop OOMEs
This commit is contained in:
parent
d3af39c0fc
commit
6aa1d2d4b8
@ -51,7 +51,7 @@ abstract class AbstractContentChildren<T> extends Keys<T> {
|
|||||||
* Uses lazy Content.Keys
|
* Uses lazy Content.Keys
|
||||||
*/
|
*/
|
||||||
AbstractContentChildren() {
|
AbstractContentChildren() {
|
||||||
super(true); // use lazy behavior
|
super(false); //don't use lazy behavior
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user