mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-11 16:34:33 +00:00
Remove in-memory locks from distribution database (#11412)
## Summary I believe these are not necessary... They're currently used in two places: 1. When building wheels. But that's already wrapped in an in-flight map, which does the same thing. 2. When fetching source distribution metadata. But every route there uses it's own `flock` to coordinate across processes, so this seems redundant?
This commit is contained in:
parent
b4ba78e53b
commit
6bef1a32b1
4 changed files with 2 additions and 31 deletions
|
|
@ -14,7 +14,6 @@ mod distribution_database;
|
|||
mod download;
|
||||
mod error;
|
||||
mod index;
|
||||
mod locks;
|
||||
mod metadata;
|
||||
mod reporter;
|
||||
mod source;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue