mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-09 20:02:11 +01:00
make people task less aggressive
This commit is contained in:
@@ -817,7 +817,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
/// <returns>Task.</returns>
|
||||
public async Task ValidatePeople(CancellationToken cancellationToken, IProgress<double> progress)
|
||||
{
|
||||
const int maxTasks = 15;
|
||||
const int maxTasks = 10;
|
||||
|
||||
var tasks = new List<Task>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user