diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-27 13:18:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-27 13:18:30 -0400 |
| commit | 359be978ba6a5d25ccff5c2c8ec0dbb941c9ed99 (patch) | |
| tree | 8b205db5b274b97ccb31012f07f587996476181f /MediaBrowser.Common/IO/StreamDefaults.cs | |
| parent | dc855e3c60e24febf376bd84156164b7d55802cc (diff) | |
| parent | 4f32b57e58b0568c7c0112146e87633c965efe88 (diff) | |
Merge pull request #1988 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Common/IO/StreamDefaults.cs')
| -rw-r--r-- | MediaBrowser.Common/IO/StreamDefaults.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/IO/StreamDefaults.cs b/MediaBrowser.Common/IO/StreamDefaults.cs index 450d293d4..8b16d89b3 100644 --- a/MediaBrowser.Common/IO/StreamDefaults.cs +++ b/MediaBrowser.Common/IO/StreamDefaults.cs @@ -9,11 +9,11 @@ namespace MediaBrowser.Common.IO /// <summary> /// The default copy to buffer size /// </summary> - public const int DefaultCopyToBufferSize = 262144; + public const int DefaultCopyToBufferSize = 81920; /// <summary> /// The default file stream buffer size /// </summary> - public const int DefaultFileStreamBufferSize = 262144; + public const int DefaultFileStreamBufferSize = 81920; } } |
