add new voice commands

This commit is contained in:
Luke Pulverenti
2015-08-01 17:17:46 -04:00
parent a7b25c065c
commit bd39a81ba2
4 changed files with 6 additions and 6 deletions

View File

@@ -9,11 +9,11 @@ namespace MediaBrowser.Common.IO
/// <summary>
/// The default copy to buffer size
/// </summary>
public const int DefaultCopyToBufferSize = 81920;
public const int DefaultCopyToBufferSize = 262144;
/// <summary>
/// The default file stream buffer size
/// </summary>
public const int DefaultFileStreamBufferSize = 4096;
public const int DefaultFileStreamBufferSize = 262144;
}
}