mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-29 07:46:00 -05:00
Preview generation reads the whole file (a network round trip on s3), decodes and resizes it — seconds per image — while the request transaction pinned a pool connection. A board full of image previews could drain the pool. Commit first; the storage read needs no transaction.