mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-10 20:26:17 +00: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