mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-05 05:42:52 +01:00
reduce AnalyzeDurationMs for live tv
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
|
||||
|
||||
_sharedBuffer.Enqueue(copy);
|
||||
|
||||
while (_sharedBuffer.Count > 3000)
|
||||
while (_sharedBuffer.Count > 10000)
|
||||
{
|
||||
byte[] bytes;
|
||||
_sharedBuffer.TryDequeue(out bytes);
|
||||
|
||||
Reference in New Issue
Block a user