mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
reduce remote stream buffer time
This commit is contained in:
@@ -759,7 +759,7 @@ namespace MediaBrowser.Api.Playback
|
||||
// This is arbitrary, but add a little buffer time when internet streaming
|
||||
if (state.IsRemote)
|
||||
{
|
||||
await Task.Delay(4000).ConfigureAwait(false);
|
||||
await Task.Delay(3000).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user