This commit is contained in:
Bond_009
2020-08-07 19:48:52 +02:00
committed by Bond-009
parent 371a09c60b
commit 4a4dff1973
2 changed files with 10 additions and 3 deletions

View File

@@ -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;
}
}