Skip to content

Commit

Permalink
Only limit the .tar files
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini authored Jul 16, 2024
1 parent 6eb9854 commit b1083fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/coverstore/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def notfound():
if value is None or value in config.blocked_covers:
return notfound()

if 9_000_000 > value >= 8_000_000 and size == "L":
if 8_820_000 > value >= 8_000_000 and size == "L":
# This item is currently offline due to heavy traffic;
# Fix incoming in the next ~week; See:
# - https://webarchive.jira.com/browse/PBOX-3879
Expand Down

0 comments on commit b1083fb

Please sign in to comment.