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
Before adding a new tile it checks whether the tile already exists. However because it does not do the check and insertion as a single atomic transaction, there is a race condition where another request can insert the tile between the check and the insertion resulting in the tile being duplicated.
The text was updated successfully, but these errors were encountered:
Before adding a new tile it checks whether the tile already exists. However because it does not do the check and insertion as a single atomic transaction, there is a race condition where another request can insert the tile between the check and the insertion resulting in the tile being duplicated.
The text was updated successfully, but these errors were encountered: