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

@@ -52,7 +52,7 @@ void MPDConnection::enableDebug()
static const int constSocketCommsTimeout=2000;
static const int constMaxReadAttempts=4;
static int maxFilesPerAddCommand=2000;
static int maxFilesPerAddCommand=10000;
#ifdef ENABLE_KDE_SUPPORT
K_GLOBAL_STATIC(MPDConnection, conn)