mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
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:
parent
303f63c222
commit
b1df44421b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user