mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 05:04:08 +02:00
Increase default max cover size tweak
This commit is contained in:
parent
ec29e28944
commit
c390b2e0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = (1200, 1600)
|
||||
maximum_cover_size = (1450, 2000)
|
||||
|
||||
#: Where to send downloaded news
|
||||
# When automatically sending downloaded news to a connected device, calibre
|
||||
|
|
|
|||
Loading…
Reference in a new issue