Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
cr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Feb 5, 2016
1 parent 660fd32 commit 1117119
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class FileBufferingReadStream : Stream

// TODO: allow for an optional buffer size limit to prevent filling hard disks. 1gb?
public FileBufferingReadStream(Stream inner, int memoryThreshold, string tempFileDirectory)
: this (inner, memoryThreshold, tempFileDirectory, ArrayPool<byte>.Shared)
{
}

Expand Down

0 comments on commit 1117119

Please sign in to comment.