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 e2466a3 commit adb5eb8Copy full SHA for adb5eb8
devel/management/commands/read_rebuilderd_status.py
@@ -84,7 +84,7 @@ def import_rebuilderd_status(url):
84
req = requests.get(url)
85
data = req.json()
86
87
- # Lookup
+ # Lookup dictionary to reduce SQL queries.
88
arches = {arch.name: arch for arch in Arch.objects.all()}
89
repos = {repo.name.lower(): repo for repo in Repo.objects.all()}
90
0 commit comments