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
Right now we cap it at 50k images in the synchronous ProjectModel.deleteTag() method, but there's nothing stopping users from applying a tag to more images than that and then subsequently wanting to delete the tag. This is low-ish priority but worth exploring after we implement #296.
The text was updated successfully, but these errors were encountered:
Sub-task of #148.
Right now we cap it at 50k images in the synchronous
ProjectModel.deleteTag()
method, but there's nothing stopping users from applying a tag to more images than that and then subsequently wanting to delete the tag. This is low-ish priority but worth exploring after we implement #296.The text was updated successfully, but these errors were encountered: