Skip to content

Commit

Permalink
Increase the max allowed cover size a little, to match current publis…
Browse files Browse the repository at this point in the history
…hing guidelines for covers
  • Loading branch information
kovidgoyal committed Mar 26, 2014
1 parent db0e425 commit a258f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/default_tweaks.py
Expand Up @@ -444,7 +444,7 @@
# All covers in the calibre library will be resized, preserving aspect ratio,
# to fit within this size. This is to prevent slowdowns caused by extremely
# large covers
maximum_cover_size = (1450, 2000)
maximum_cover_size = (1650, 2200)

#: Where to send downloaded news
# When automatically sending downloaded news to a connected device, calibre
Expand Down

0 comments on commit a258f4a

Please sign in to comment.