mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Single-thread tmdb requests
This commit is contained in:
@@ -40,7 +40,7 @@ namespace MediaBrowser.Controller.Providers.Movies
|
||||
/// <summary>
|
||||
/// The movie db
|
||||
/// </summary>
|
||||
internal readonly SemaphoreSlim MovieDbResourcePool = new SemaphoreSlim(2, 2);
|
||||
internal readonly SemaphoreSlim MovieDbResourcePool = new SemaphoreSlim(1,1);
|
||||
|
||||
internal static MovieDbProvider Current { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user