diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-10 23:55:01 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-10 23:55:01 -0500 |
| commit | 17bf59dfe3bad4a1341177050c4187bbd3215800 (patch) | |
| tree | 536b700bf801534640854d0455295c56315014c4 /MediaBrowser.Controller/Entities | |
| parent | cf9ef0e43d01decd743c5444785ee247bda3cb32 (diff) | |
added toggles for metadata settings
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Folder.cs | 2 |
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(); |
