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
Currently, our create_chunk handler simply returns all chunks in the request back. However, if there are duplicated tracking_ids, less than what is given will be created.
We should dedup before returning such that users can get a more accurate understanding of how many chunks will be created from their request.
Target(s)
server
Community channels
Matrix is preferred. Reach out on discord or Matrix for further assistance.
Description
Currently, our create_chunk handler simply returns all chunks in the request back. However, if there are duplicated tracking_ids, less than what is given will be created.
We should dedup before returning such that users can get a more accurate understanding of how many chunks will be created from their request.
Target(s)
server
Community channels
Matrix is preferred. Reach out on discord or Matrix for further assistance.
The text was updated successfully, but these errors were encountered: