mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-05 12:12:25 +00:00
reduce scanning overhead a bit
This commit is contained in:
@@ -55,7 +55,7 @@ namespace MediaBrowser.Server.Implementations.MediaEncoder
|
||||
/// <summary>
|
||||
/// The audio image resource pool
|
||||
/// </summary>
|
||||
private readonly SemaphoreSlim _audioImageResourcePool = new SemaphoreSlim(2, 2);
|
||||
private readonly SemaphoreSlim _audioImageResourcePool = new SemaphoreSlim(1, 1);
|
||||
|
||||
/// <summary>
|
||||
/// The _subtitle extraction resource pool
|
||||
|
||||
Reference in New Issue
Block a user