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"
|
restore_paused "yes"
|
||||||
replaygain "track"
|
replaygain "track"
|
||||||
auto_update "yes"
|
|
||||||
|
|
||||||
audio_output {
|
audio_output {
|
||||||
type "pulse"
|
type "pulse"
|
||||||
|
|
Loading…
Reference in a new issue