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
Contest objects are currently processed by fetching the object, changing it, and then saving it back to the database. This has the chance for a rare possibility of two simultaneous requests overriding the data stored by another. Contest objects should instead store a delta, and when it is saved, apply the delta on to the fetched database version instead.
The text was updated successfully, but these errors were encountered:
Contest objects are currently processed by fetching the object, changing it, and then saving it back to the database. This has the chance for a rare possibility of two simultaneous requests overriding the data stored by another. Contest objects should instead store a delta, and when it is saved, apply the delta on to the fetched database version instead.
The text was updated successfully, but these errors were encountered: