X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FEngine.pm;h=6e8c74d149ed0222e7987cb7d87ad490f2014099;hp=01b60c1b4722803e5dc1b5fc6bc39c350e5aeac3;hb=4bb8bd62f620afd41160a61a2995d319779a3d99;hpb=e422816ee11aca47515850b63d599e8e003ca7d5 diff --git a/lib/Catalyst/Engine.pm b/lib/Catalyst/Engine.pm index 01b60c1..6e8c74d 100644 --- a/lib/Catalyst/Engine.pm +++ b/lib/Catalyst/Engine.pm @@ -17,7 +17,7 @@ __PACKAGE__->mk_accessors(qw/read_position read_length/); use overload '""' => sub { return ref shift }, fallback => 1; # Amount of data to read from input on each pass -our $CHUNKSIZE = 4096; +our $CHUNKSIZE = 64 * 1024; =head1 NAME