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
Currently we lock the mutex within BucketSaveCb, OnDbChange and OnJournalEntry. A better alternative is to lock it when we actually use the serializer object (for example SaveEntry). This will guarantee that the mutex is always locked when we serialize a big value.
The text was updated successfully, but these errors were encountered:
Currently we lock the mutex within BucketSaveCb, OnDbChange and OnJournalEntry. A better alternative is to lock it when we actually use the
serializer
object (for example SaveEntry). This will guarantee that the mutex is always locked when we serialize a big value.The text was updated successfully, but these errors were encountered: