mpd: Disable auto update

Since git annex creates a directory for every file, enabling auto update
has to watch many directories which leads to hitting the
`max_user_watches` limit.
This commit is contained in:
Simon Bruder 2020-08-25 22:16:53 +02:00
parent ea3e76c6f4
commit 76895c4378
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -13,7 +13,6 @@ let
restore_paused "yes" restore_paused "yes"
replaygain "track" replaygain "track"
auto_update "yes"
audio_output { audio_output {
type "pulse" type "pulse"