Increase max-per-add to 10000

This commit is contained in:
craig.p.drummond
2013-12-30 12:14:49 +00:00
parent 64b9b6c726
commit a035648dd9
3 changed files with 3 additions and 3 deletions

View File

@@ -847,7 +847,7 @@ bool Settings::mpdPoll()
int Settings::mpdListSize()
{
int v=GET_INT("mpdListSize", 2000);
int v=GET_INT("mpdListSize", 10000);
return RESTRICT(v, 100, 65535);
}