mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-10 08:41:24 -05:00
Use a temp file instead of io.ReadAll to avoid buffering the entire Unsplash image in RAM, which could cause OOM with large images or high maxsize configuration.