We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd35a53 commit bfbf0d2Copy full SHA for bfbf0d2
warehouse/packaging/tasks.py
@@ -78,7 +78,7 @@ def backfill_metadata(request):
78
)
79
80
with tempfile.TemporaryDirectory() as tmpdir:
81
- for file_ in files_without_metadata.yield_per(100):
+ for file_ in files_without_metadata.yield_per(100).limit(500):
82
# Use pip to download just the metadata of the wheel
83
file_url = base_url.format(path=file_.path)
84
lazy_dist = dist_from_wheel_url(
0 commit comments