Skip to content

Commit

Permalink
Increases read buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
psde committed Jan 17, 2013
1 parent e92c1bf commit 8fb84ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BufferReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class BufferReader
{
private:
static const int BUFFER_SIZE = 1024 * 4;
static const int BUFFER_SIZE = 1024 * 8;
int fileDescriptor;
ssize_t fileLength;
ssize_t filePosition;
Expand Down

0 comments on commit 8fb84ff

Please sign in to comment.