platinum: increase number of requested items per iteration. gives 2-3 times speed up.
authorAlasdair Campbell <alcoheca@gmail.com>
Thu, 11 Oct 2012 12:22:35 +0000 (13:22 +0100)
committermontellese <montellese@xbmc.org>
Sat, 17 May 2014 07:53:10 +0000 (09:53 +0200)
lib/libUPnP/Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.cpp

index 96c36df..24219ff 100644 (file)
@@ -262,7 +262,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
             metadata);         
         NPT_CHECK_LABEL_WARNING(res, done);