mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +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
|
||||
*/
|
||||
AbstractContentChildren() {
|
||||
super(true); // use lazy behavior
|
||||
super(false); //don't use lazy behavior
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user