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
[property] Use custom cardinality check validation
The cardinality checks are run quite frequently; everytime a value is
changed in addition to changes of a cardinality itself. To reduce the
load of background checks on the Document, a custom validations that
only runs the specific value cardinality check is used instead.
0 commit comments