]> git.rmz.io Git - dotfiles.git/commitdiff
mpd: double max_output_buffer_size
authorSamir Benmendil <me@rmz.io>
Mon, 13 Mar 2017 00:38:44 +0000 (00:38 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 13 Mar 2017 00:38:44 +0000 (00:38 +0000)
ncmcpp was complaining that mpd was not returning enough data

mpd/mpd.conf

index a435881baa63a6a46935991c3565898df89468c8..749bf35ee63d25045c94eb941cbeace25151de18 100644 (file)
@@ -9,6 +9,7 @@ log_file            "~/.local/share/mpd/log"
 pid_file            "~/.local/share/mpd/pid"
 state_file          "~/.local/share/mpd/state"
 sticker_file        "~/.local/share/mpd/sticker.sql"
+max_output_buffer_size "16384"
 
 audio_output {
     type "pulse"