Files
vikunja/pkg
kolaente 96ddc10110 fix: release db connection before reading attachment files from storage
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.
2026-08-16 17:57:52 +02:00
..