Is there an option/setting to allow the uploading of large thumbnails via the api? #1907
-
Komga seems to be limited to 1M thumbnails and even after converting my covers to jpeg some are still too big. I don't want to shrink them. |
Beta Was this translation helpful? Give feedback.
Answered by
gotson
Mar 10, 2025
Replies: 1 comment 1 reply
-
Seems like a really bad idea to have massive thumbnails. They are supposed to be small in size to transfer quickly over the network. You can set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gotson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like a really bad idea to have massive thumbnails. They are supposed to be small in size to transfer quickly over the network.
You can set
spring.servlet.multipart.max-file-size
but the frontend will still limit the upload, so you would need to upload by API.