-
- Downloads
There was an error fetching the commit references. Please try again later.
Fix nonatomic database update potentially causing project star counts to go negative
The counter_cache decrement function is called when a project star is deleted, but there was no guarantee multiple workers would not attempt to delete the same item simultaneously. Use an atomic update to prevent the count from going negative. Closes #3067
parent
c856a7a5
No related branches found
No related tags found
Please register or sign in to comment