aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-10 23:55:01 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-10 23:55:01 -0500
commit17bf59dfe3bad4a1341177050c4187bbd3215800 (patch)
tree536b700bf801534640854d0455295c56315014c4 /MediaBrowser.Controller/Entities
parentcf9ef0e43d01decd743c5444785ee247bda3cb32 (diff)
added toggles for metadata settings
Diffstat (limited to 'MediaBrowser.Controller/Entities')
-rw-r--r--MediaBrowser.Controller/Entities/Folder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Folder.cs b/MediaBrowser.Controller/Entities/Folder.cs
index 310ddf64ca..cb14ed099e 100644
--- a/MediaBrowser.Controller/Entities/Folder.cs
+++ b/MediaBrowser.Controller/Entities/Folder.cs
@@ -521,7 +521,7 @@ namespace MediaBrowser.Controller.Entities
foreach (var child in children)
{
- if (tasks.Count >= 2)
+ if (tasks.Count >= 8)
{
await Task.WhenAll(tasks).ConfigureAwait(false);
tasks.Clear();