mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
update buffer sizes
This commit is contained in:
@@ -75,8 +75,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
|
||||
{
|
||||
}
|
||||
|
||||
// 256k
|
||||
private const int BufferSize = 262144;
|
||||
private const int BufferSize = 81920;
|
||||
|
||||
/// <summary>
|
||||
/// Writes to.
|
||||
|
||||
Reference in New Issue
Block a user