[UPnP] increase number of requested items per iteration. gives 2-3 times speed
authorAlasdair Campbell <alcoheca@gmail.com>
Thu, 11 Oct 2012 12:22:35 +0000 (13:22 +0100)
committerAlasdair Campbell <alcoheca@gmail.com>
Thu, 11 Oct 2012 12:30:37 +0000 (13:30 +0100)
up.

lib/libUPnP/Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.cpp

index ad81008..0763b59 100644 (file)
@@ -263,7 +263,7 @@ PLT_SyncMediaBrowser::BrowseSync(PLT_DeviceDataReference&      device,
             device,
             (const char*)object_id,
             index,
-            metadata?1:30, // DLNA recommendations for browsing children is no more than 30 at a time
+            metadata?1:200, // DLNA recommendations for browsing children is no more than 30 at a time
             filter,
             metadata);         
         NPT_CHECK_LABEL_WARNING(res, done);