This repository has been archived by the owner on May 26, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add locks around zstd compress calls
The python library is explicitly NOT thread-safe. This will still let us not block on compression. If ever needed, we can ask zstd to compress with multiple threads anyway. Signed-off-by: Igor Kotrasinski <i.kotrasinsk@gmail.com>
- Loading branch information