mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 12:07:01 +00:00
Fix
This commit is contained in:
@@ -14,5 +14,10 @@ namespace MediaBrowser.Model.IO
|
||||
/// The default file stream buffer size.
|
||||
/// </summary>
|
||||
public const int FileStreamBufferSize = 4096;
|
||||
|
||||
/// <summary>
|
||||
/// The default <see cref="System.IO.StreamWriter" /> buffer size.
|
||||
/// </summary>
|
||||
public const int StreamWriterBufferSize = 1024;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user