فهرست منبع

reduce simultaneous people tasks

Luke Pulverenti 12 سال پیش
والد
کامیت
6d7c8404cc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      MediaBrowser.Server.Implementations/Library/LibraryManager.cs

+ 1 - 1
MediaBrowser.Server.Implementations/Library/LibraryManager.cs

@@ -692,7 +692,7 @@ namespace MediaBrowser.Server.Implementations.Library
         /// <returns>Task.</returns>
         public async Task ValidatePeople(CancellationToken cancellationToken, IProgress<double> progress)
         {
-            const int maxTasks = 50;
+            const int maxTasks = 25;
 
             var tasks = new List<Task>();