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
mpd supports the window parameter which allows to receive chunks of the database.
This way one can bypass the buffer overflow which might happen with huge collections.
The text was updated successfully, but these errors were encountered:
Thanks, I was not aware of this. I anticipate that most users will have admin access to their MPD servers, thus this is not a prioritized issue. If you implement and test this however, I'm willing to merge it into master.
kimtore
changed the title
use window parameter to retrieve database
Use window parameter to retrieve database
Aug 29, 2017
it's just a few lines of code. and probably should have a setting in config file to set a chunksize. You don't want chunks to be too small, because each time the database is read completely, so small chunks slow it down a lot.
mpd supports the window parameter which allows to receive chunks of the database.
This way one can bypass the buffer overflow which might happen with huge collections.
The text was updated successfully, but these errors were encountered: