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:
parent
ea3e76c6f4
commit
76895c4378
|
@ -13,7 +13,6 @@ let
|
|||
|
||||
restore_paused "yes"
|
||||
replaygain "track"
|
||||
auto_update "yes"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
|
|
Loading…
Reference in a new issue