mirror of
https://github.com/immich-app/immich.git
synced 2026-03-12 21:42:54 -07:00
Ensure that all files are flushed after they've been written. At current, files are not explicitly flushed to disk, which can cause data corruption. In extreme circumstances, it's possible that uploaded files may not ever be persisted at all. The consequence of this is that it may reduce throughput, but Immich should prioritise data integrity over performance.