mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Merge pull request #2589 from millmanorama/2300-slack-file-oom
Update AbstractContentChildren.java
This commit is contained in:
commit
6c02d33ff4
@ -51,6 +51,8 @@ abstract class AbstractContentChildren<T> extends Keys<T> {
|
|||||||
* Uses lazy Content.Keys
|
* Uses lazy Content.Keys
|
||||||
*/
|
*/
|
||||||
AbstractContentChildren() {
|
AbstractContentChildren() {
|
||||||
|
/*This was turned off because we were getting out of memory errors when the
|
||||||
|
filter nodes were hiding nodes. Turning this off seemed to help */
|
||||||
super(false); //don't use lazy behavior
|
super(false); //don't use lazy behavior
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user