Skip to content

Commit

Permalink
Disable checksum search from listing admin list
Browse files Browse the repository at this point in the history
Disable searching on file checksums from the package listing
admin list view as the queries take too long to run against the
production dataset.
  • Loading branch information
x753 committed Sep 27, 2024
1 parent 23f4db9 commit 0a1a5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/thunderstore/community/admin/package_listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class PackageListingAdmin(admin.ModelAdmin):
"package__namespace__name",
"package__owner__name",
"package__name",
"package__versions__file_tree__entries__blob__checksum_sha256",
)
list_select_related = (
"package",
Expand Down

0 comments on commit 0a1a5bc

Please sign in to comment.