diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-16 22:44:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-16 22:44:06 -0400 |
| commit | 85d7eb917f1cd7530e28fb0565564c79ddb910ed (patch) | |
| tree | 99b4d6e42c62638d1dd85d7335bd4a290540870a /MediaBrowser.Server.Implementations/Library/Validators/ArtistsValidator.cs | |
| parent | 1007f242002b77db50e004a5a937395fe60f9289 (diff) | |
made dtoservice synchronous
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/Validators/ArtistsValidator.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/Validators/ArtistsValidator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/Validators/ArtistsValidator.cs b/MediaBrowser.Server.Implementations/Library/Validators/ArtistsValidator.cs index f41a2e60c..607f32427 100644 --- a/MediaBrowser.Server.Implementations/Library/Validators/ArtistsValidator.cs +++ b/MediaBrowser.Server.Implementations/Library/Validators/ArtistsValidator.cs @@ -202,7 +202,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators .Distinct(StringComparer.OrdinalIgnoreCase) .ToList(); - const int maxTasks = 5; + const int maxTasks = 3; var tasks = new List<Task>(); |
