uv/docs/reference
Charlie Marsh 01fb41f5c4 Move concurrency settings to top-level (#4257)
These are global and non-specific to the `pip` API, so I think they
should be elevated.

- Ran `UV_CONCURRENT_DOWNLOADS=1 cargo run pip list`; verified that
`downloads` resolved to 1.
- Added `concurrent-downloads = 5` under `[tool.uv]` in
`pyproject.toml`; ran `cargo run pip list`; verified that `downloads`
resolved to 5.
- Ran `UV_CONCURRENT_DOWNLOADS=1 cargo run pip list`; verified that
`downloads` resolved to 1.
2024-08-20 11:31:46 -05:00
..
cli.md Remove preview labeling for uv 0.3.0 (#6166) 2024-08-20 11:31:46 -05:00
index.md Disable collapsible navigation in the documentation (#5674) 2024-08-16 18:09:21 -05:00
platforms.md Move some documents to relevant sections (#5968) 2024-08-09 17:31:10 +00:00
resolver-internals.md Resolver internals docs touchups (#5850) 2024-08-07 08:32:31 +00:00
settings.md Move concurrency settings to top-level (#4257) 2024-08-20 11:31:46 -05:00
versioning.md Move some documents to relevant sections (#5968) 2024-08-09 17:31:10 +00:00