Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 105184
Status: resolved
Priority: 0/
Queue: HTTP-Message

People
Owner: Nobody in particular
Requestors: dam6923 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fixed Read Buffer Size
Date: Fri, 12 Jun 2015 00:03:23 -0400
To: bug-HTTP-Message [...] rt.cpan.org
From: "dam6923 ." <dam6923 [...] gmail.com>
Hello, I have discovered much better performance when increasing the size of the buffer responsible for reading a file when DYNAMIC_FILE_UPLOAD is set to true. It's current a fixed size of 2048. Please increase this to a more modern number (Java uses 8192 by default for buffered file reads) and/or allow this to be a configurable option. Thanks!