From bd39a81ba263d3ac961fdb8469629541c65f77f0 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 1 Aug 2015 17:17:46 -0400 Subject: add new voice commands --- MediaBrowser.Common/IO/StreamDefaults.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Common/IO/StreamDefaults.cs') diff --git a/MediaBrowser.Common/IO/StreamDefaults.cs b/MediaBrowser.Common/IO/StreamDefaults.cs index 0cbf1643f..450d293d4 100644 --- a/MediaBrowser.Common/IO/StreamDefaults.cs +++ b/MediaBrowser.Common/IO/StreamDefaults.cs @@ -9,11 +9,11 @@ namespace MediaBrowser.Common.IO /// /// The default copy to buffer size /// - public const int DefaultCopyToBufferSize = 81920; + public const int DefaultCopyToBufferSize = 262144; /// /// The default file stream buffer size /// - public const int DefaultFileStreamBufferSize = 4096; + public const int DefaultFileStreamBufferSize = 262144; } } -- cgit v1.2.3