mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
This is aimed at reducing SSD wear level. SSDs wear out because of writes according to <https://superuser.com/a/440219/1777696>, so anything reducing the writes should be helpful. For online users Maildir format that we use results in first storing the message in new/ and then moving to cur/ and then maybe even deleting it immediately for users with a single device or bots. Syncing all these changes to disk is unnecessary and wears SSDs.