Place lock on current_offset
right before actual write to file in Blob
#188
Labels
current_offset
right before actual write to file in Blob
#188
Lock taken too early. First, serialization should be performed and only after that the lock should be taken.
https://github.com/qoollo/pearl/blob/master/src/blob/core.rs#L234
This will require
offset
patching, but should improve performanceThe text was updated successfully, but these errors were encountered: