Theremin icon indicating copy to clipboard operation
Theremin copied to clipboard

Won't connect on large database

Open billynoah opened this issue 9 years ago • 0 comments

This isn't exactly a theremin issue but I wasn't sure where else to mention it. I have a rather large music database and after updating library Theremin will not connect and fails with message from mpd (in verbose mode)

client: [0] process command "listallinfo "/""
buffered_socket: error on client 0: Output buffer is full

I do not have the same issue with ncmpcpp, presumably because they do not buffer the entire library on load.

Solved this by adding max_output_buffer_size "32768" to .mpdconf which is 4x the default.

billynoah avatar Mar 11 '15 14:03 billynoah