Saveyour-Team / Saveyour

https://saveyour.herokuapp.com/
Apache License 2.0
1 stars 0 forks source link

Server: MongoDB Race Condition #19

Closed bpteich closed 9 years ago

bpteich commented 9 years ago

There is a race condition when saving user data to the database. In a future update we could parse incoming data and checking the "Last Modified" tag embedded in it in order to resolve this, but it is low priority for the moment as it is very unlikely that one user will be actively modifying their data in different ways at the same time.

NateFuller commented 9 years ago

Marked 'wontfix' because the chance that this would happen is so low.