Increase default max cover size tweak

This commit is contained in:
Kovid Goyal 2013-09-09 21:03:47 +05:30
parent ec29e28944
commit c390b2e0ec

View File

@ -444,7 +444,7 @@ public_smtp_relay_delay = 301
# All covers in the calibre library will be resized, preserving aspect ratio, # 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 # to fit within this size. This is to prevent slowdowns caused by extremely
# large covers # large covers
maximum_cover_size = (1200, 1600) maximum_cover_size = (1450, 2000)
#: Where to send downloaded news #: Where to send downloaded news
# When automatically sending downloaded news to a connected device, calibre # When automatically sending downloaded news to a connected device, calibre