minor change to C::Test for style
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
index 01b60c1..6e8c74d 100644 (file)
@@ -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