Bump commit interval to 30s (#2103)

A higher file system commit interval can help to decrease the amount of
writes. In tests, a commit interval of higher than 30s seems not to help
much in practice. Settle with 30s for now.
This commit is contained in:
Stefan Agner 2022-09-02 15:23:38 +02:00 committed by GitHub
parent 303f63c222
commit b1df44421b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ Wants=systemd-fsck@dev-disk-by\x2dlabel-hassos\x2ddata.service systemd-growfs@mn
What=/dev/disk/by-label/hassos-data
Where=/mnt/data
Type=ext4
Options=commit=30
[Install]
WantedBy=local-fs.target