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
For performance reasons, the total stock balance for an item is maintained as a field on st_items and updated with st_balances in STTransaction::save. STItem->balance should match the total of st_balances for the item but STTransaction::savesuffers from the same race condition identified in #94
The text was updated successfully, but these errors were encountered:
For performance reasons, the total stock balance for an item is maintained as a field on st_items and updated with st_balances in
STTransaction::save
.STItem->balance
should match the total of st_balances for the item butSTTransaction::save
suffers from the same race condition identified in #94The text was updated successfully, but these errors were encountered: