You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every modification to the AVU list of an object currently calls _reset_metadata to set the _meta attribute to the current list of AVUs.
This is potentially inefficient for large AVU lists.
We probably can make the _meta object refresh lazily instead.