mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
adjust simultaneous image extractions
This commit is contained in:
parent
6383768bfe
commit
521ec49361
@ -145,7 +145,7 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
/// <summary>
|
||||
/// The video image resource pool count
|
||||
/// </summary>
|
||||
private const int VideoImageResourcePoolCount = 1;
|
||||
private const int VideoImageResourcePoolCount = 2;
|
||||
|
||||
/// <summary>
|
||||
/// The FF probe resource pool
|
||||
|
@ -280,6 +280,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
HttpServerPortNumber = 8096;
|
||||
LegacyWebSocketPortNumber = 8945;
|
||||
EnableHttpLevelLogging = true;
|
||||
EnableDashboardResponseCaching = true;
|
||||
|
||||
#if (DEBUG)
|
||||
EnableDeveloperTools = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user