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
After a series of discussions, we found that we should implement reasonable limits on the number of elements stored in Move vectors.
There are two potential limitations:
When calling add_field, limit the number of elements stored in vectors, especially when the vector elements are struct types.
When the client calls query_object_states, handle cases where vector elements are struct types and the element count is excessive.
The text was updated successfully, but these errors were encountered:
After a series of discussions, we found that we should implement reasonable limits on the number of elements stored in Move vectors.
There are two potential limitations:
add_field
, limit the number of elements stored in vectors, especially when the vector elements arestruct
types.query_object_states
, handle cases where vector elements arestruct
types and the element count is excessive.The text was updated successfully, but these errors were encountered: