You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.The text was updated successfully, but these errors were encountered: