-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: None
The referral queue keeps a ContentEntityObject, which has a hibernate session, which means the entire session survives in memory for the lifetime of the queue item. More efficient to use Handles in this situation.